@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKeyGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetKeyGroupRequest() |
Modifier and Type | Method and Description |
---|---|
GetKeyGroupRequest |
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 getting.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the key group that you are getting.
|
String |
toString()
Returns a string representation of this object.
|
GetKeyGroupRequest |
withId(String id)
The identifier of the key group that you are getting.
|
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 setId(String id)
The identifier of the key group that you are getting. To get the identifier, use ListKeyGroups
.
id
- The identifier of the key group that you are getting. To get the identifier, use
ListKeyGroups
.public String getId()
The identifier of the key group that you are getting. To get the identifier, use ListKeyGroups
.
ListKeyGroups
.public GetKeyGroupRequest withId(String id)
The identifier of the key group that you are getting. To get the identifier, use ListKeyGroups
.
id
- The identifier of the key group that you are getting. To get the identifier, use
ListKeyGroups
.public String toString()
toString
in class Object
Object.toString()
public GetKeyGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()