@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHsmsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListHsmsRequest() |
Modifier and Type | Method and Description |
---|---|
ListHsmsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
The
NextToken value from a previous call to ListHsms . |
int |
hashCode() |
void |
setNextToken(String nextToken)
The
NextToken value from a previous call to ListHsms . |
String |
toString()
Returns a string representation of this object.
|
ListHsmsRequest |
withNextToken(String nextToken)
The
NextToken value from a previous call to ListHsms . |
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 setNextToken(String nextToken)
The NextToken
value from a previous call to ListHsms
. Pass null if this is the first
call.
nextToken
- The NextToken
value from a previous call to ListHsms
. Pass null if this is the
first call.public String getNextToken()
The NextToken
value from a previous call to ListHsms
. Pass null if this is the first
call.
NextToken
value from a previous call to ListHsms
. Pass null if this is the
first call.public ListHsmsRequest withNextToken(String nextToken)
The NextToken
value from a previous call to ListHsms
. Pass null if this is the first
call.
nextToken
- The NextToken
value from a previous call to ListHsms
. Pass null if this is the
first call.public String toString()
toString
in class Object
Object.toString()
public ListHsmsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()