public class GenerateRandomRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GenerateRandomRequest() |
Modifier and Type | Method and Description |
---|---|
GenerateRandomRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Integer |
getNumberOfBytes()
The length of the byte string.
|
int |
hashCode() |
void |
setNumberOfBytes(Integer numberOfBytes)
The length of the byte string.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GenerateRandomRequest |
withNumberOfBytes(Integer numberOfBytes)
The length of the byte string.
|
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)
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 String toString()
toString
in class Object
Object.toString()
public GenerateRandomRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.