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