@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKeyGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateKeyGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateKeyGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The identifier for this version of the key group.
|
KeyGroup |
getKeyGroup()
The key group that was just updated.
|
int |
hashCode() |
void |
setETag(String eTag)
The identifier for this version of the key group.
|
void |
setKeyGroup(KeyGroup keyGroup)
The key group that was just updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKeyGroupResult |
withETag(String eTag)
The identifier for this version of the key group.
|
UpdateKeyGroupResult |
withKeyGroup(KeyGroup keyGroup)
The key group that was just updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyGroup(KeyGroup keyGroup)
The key group that was just updated.
keyGroup
- The key group that was just updated.public KeyGroup getKeyGroup()
The key group that was just updated.
public UpdateKeyGroupResult withKeyGroup(KeyGroup keyGroup)
The key group that was just updated.
keyGroup
- The key group that was just updated.public void setETag(String eTag)
The identifier for this version of the key group.
eTag
- The identifier for this version of the key group.public String getETag()
The identifier for this version of the key group.
public UpdateKeyGroupResult withETag(String eTag)
The identifier for this version of the key group.
eTag
- The identifier for this version of the key group.public String toString()
toString
in class Object
Object.toString()
public UpdateKeyGroupResult clone()