public class CreateSecurityGroupResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateSecurityGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getGroupId()
The ID of the security group.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The ID of the security group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSecurityGroupResult |
withGroupId(String groupId)
The ID of the security group.
|
public String getGroupId()
public void setGroupId(String groupId)
groupId
- The ID of the security group.public CreateSecurityGroupResult withGroupId(String groupId)
Returns a reference to this object so that method calls can be chained together.
groupId
- The ID of the security group.public String toString()
toString
in class Object
Object.toString()
public CreateSecurityGroupResult clone()
Copyright © 2015. All rights reserved.