Package com.amazonaws.services.ec2.model
Class CreateSecurityGroupResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateSecurityGroupResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateSecurityGroup.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the security group.int
hashCode()
void
setGroupId
(String groupId) The ID of the security group.toString()
Returns a string representation of this object; useful for testing and debugging.withGroupId
(String groupId) The ID of the security group.
-
Constructor Details
-
CreateSecurityGroupResult
public CreateSecurityGroupResult()
-
-
Method Details
-
setGroupId
The ID of the security group.
- Parameters:
groupId
- The ID of the security group.
-
getGroupId
The ID of the security group.
- Returns:
- The ID of the security group.
-
withGroupId
The ID of the security group.
- Parameters:
groupId
- The ID of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-