@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateRandomRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GenerateRandomRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GenerateRandomRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getCustomKeyStoreId()
 Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. 
 | 
Integer | 
getNumberOfBytes()
 The length of the byte string. 
 | 
int | 
hashCode()  | 
void | 
setCustomKeyStoreId(String customKeyStoreId)
 Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. 
 | 
void | 
setNumberOfBytes(Integer numberOfBytes)
 The length of the byte string. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GenerateRandomRequest | 
withCustomKeyStoreId(String customKeyStoreId)
 Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. 
 | 
GenerateRandomRequest | 
withNumberOfBytes(Integer numberOfBytes)
 The length of the byte string. 
 | 
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 setNumberOfBytes(Integer numberOfBytes)
The length of the byte string.
numberOfBytes - The length of the byte string.public Integer getNumberOfBytes()
The length of the byte string.
public GenerateRandomRequest withNumberOfBytes(Integer numberOfBytes)
The length of the byte string.
numberOfBytes - The length of the byte string.public void setCustomKeyStoreId(String customKeyStoreId)
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId - Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key
        store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.public String getCustomKeyStoreId()
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
public GenerateRandomRequest withCustomKeyStoreId(String customKeyStoreId)
Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId - Generates the random byte string in the AWS CloudHSM cluster that is associated with the specified custom key
        store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.public String toString()
toString in class ObjectObject.toString()public GenerateRandomRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.