@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKeyGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKeyGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKeyGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the key group that you are updating.
|
String |
getIfMatch()
The version of the key group that you are updating.
|
KeyGroupConfig |
getKeyGroupConfig()
The key group configuration.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the key group that you are updating.
|
void |
setIfMatch(String ifMatch)
The version of the key group that you are updating.
|
void |
setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKeyGroupRequest |
withId(String id)
The identifier of the key group that you are updating.
|
UpdateKeyGroupRequest |
withIfMatch(String ifMatch)
The version of the key group that you are updating.
|
UpdateKeyGroupRequest |
withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
keyGroupConfig
- The key group configuration.public KeyGroupConfig getKeyGroupConfig()
The key group configuration.
public UpdateKeyGroupRequest withKeyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
keyGroupConfig
- The key group configuration.public void setId(String id)
The identifier of the key group that you are updating.
id
- The identifier of the key group that you are updating.public String getId()
The identifier of the key group that you are updating.
public UpdateKeyGroupRequest withId(String id)
The identifier of the key group that you are updating.
id
- The identifier of the key group that you are updating.public void setIfMatch(String ifMatch)
The version of the key group that you are updating. The version is the key group's ETag
value.
ifMatch
- The version of the key group that you are updating. The version is the key group's ETag
value.public String getIfMatch()
The version of the key group that you are updating. The version is the key group's ETag
value.
ETag
value.public UpdateKeyGroupRequest withIfMatch(String ifMatch)
The version of the key group that you are updating. The version is the key group's ETag
value.
ifMatch
- The version of the key group that you are updating. The version is the key group's ETag
value.public String toString()
toString
in class Object
Object.toString()
public UpdateKeyGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()