@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeKeyRegistrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeKeyRegistrationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeKeyRegistrationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
describe.
|
Boolean |
getDefaultKeyOnly()
Determines whether the request returns the default key only.
|
int |
hashCode() |
Boolean |
isDefaultKeyOnly()
Determines whether the request returns the default key only.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
describe.
|
void |
setDefaultKeyOnly(Boolean defaultKeyOnly)
Determines whether the request returns the default key only.
|
String |
toString()
Returns a string representation of this object.
|
DescribeKeyRegistrationRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to
describe.
|
DescribeKeyRegistrationRequest |
withDefaultKeyOnly(Boolean defaultKeyOnly)
Determines whether the request returns the default key only.
|
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 setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.
awsAccountId
- The ID of the Amazon Web Services account that contains the customer managed key registration that you
want to describe.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.
public DescribeKeyRegistrationRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.
awsAccountId
- The ID of the Amazon Web Services account that contains the customer managed key registration that you
want to describe.public void setDefaultKeyOnly(Boolean defaultKeyOnly)
Determines whether the request returns the default key only.
defaultKeyOnly
- Determines whether the request returns the default key only.public Boolean getDefaultKeyOnly()
Determines whether the request returns the default key only.
public DescribeKeyRegistrationRequest withDefaultKeyOnly(Boolean defaultKeyOnly)
Determines whether the request returns the default key only.
defaultKeyOnly
- Determines whether the request returns the default key only.public Boolean isDefaultKeyOnly()
Determines whether the request returns the default key only.
public String toString()
toString
in class Object
Object.toString()
public DescribeKeyRegistrationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()