public class GenerateRandomRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
numberOfBytes
Integer that contains the number of bytes to generate.
|
NOOP
Constructor and Description |
---|
GenerateRandomRequest() |
Modifier and Type | Method and Description |
---|---|
GenerateRandomRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getNumberOfBytes()
Integer that contains the number of bytes to generate.
|
int |
hashCode() |
void |
setNumberOfBytes(java.lang.Integer numberOfBytes)
Integer that contains the number of bytes to generate.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GenerateRandomRequest |
withNumberOfBytes(java.lang.Integer numberOfBytes)
Integer that contains the number of bytes to generate.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.Integer numberOfBytes
Integer that contains the number of bytes to generate. Common values are 128, 256, 512, 1024 and so on. The current limit is 1024 bytes.
public void setNumberOfBytes(java.lang.Integer numberOfBytes)
Integer that contains the number of bytes to generate. Common values are 128, 256, 512, 1024 and so on. The current limit is 1024 bytes.
numberOfBytes
- Integer that contains the number of bytes to generate. Common
values are 128, 256, 512, 1024 and so on. The current limit is
1024 bytes.public java.lang.Integer getNumberOfBytes()
Integer that contains the number of bytes to generate. Common values are 128, 256, 512, 1024 and so on. The current limit is 1024 bytes.
public GenerateRandomRequest withNumberOfBytes(java.lang.Integer numberOfBytes)
Integer that contains the number of bytes to generate. Common values are 128, 256, 512, 1024 and so on. The current limit is 1024 bytes.
numberOfBytes
- Integer that contains the number of bytes to generate. Common
values are 128, 256, 512, 1024 and so on. The current limit is
1024 bytes.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GenerateRandomRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()