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) |
Integer |
getNumberOfBytes()
Integer that contains the number of bytes to generate.
|
int |
hashCode() |
void |
setNumberOfBytes(Integer numberOfBytes)
Integer that contains the number of bytes to generate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GenerateRandomRequest |
withNumberOfBytes(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
public void setNumberOfBytes(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 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(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 String toString()
toString
in class Object
Object.toString()
public GenerateRandomRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.