@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKeyGroupConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetKeyGroupConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetKeyGroupConfigRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the key group whose configuration you are getting.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the key group whose configuration you are getting.
|
String |
toString()
Returns a string representation of this object.
|
GetKeyGroupConfigRequest |
withId(String id)
The identifier of the key group whose configuration you are getting.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setId(String id)
The identifier of the key group whose configuration you are getting. To get the identifier, use
ListKeyGroups.
id - The identifier of the key group whose configuration you are getting. To get the identifier, use
ListKeyGroups.public String getId()
The identifier of the key group whose configuration you are getting. To get the identifier, use
ListKeyGroups.
ListKeyGroups.public GetKeyGroupConfigRequest withId(String id)
The identifier of the key group whose configuration you are getting. To get the identifier, use
ListKeyGroups.
id - The identifier of the key group whose configuration you are getting. To get the identifier, use
ListKeyGroups.public String toString()
toString in class ObjectObject.toString()public GetKeyGroupConfigRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.