@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetKeyGroupConfigRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.