@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVariablesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetVariablesRequest() |
Modifier and Type | Method and Description |
---|---|
GetVariablesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The max size per page determined for the get variable request.
|
String |
getName()
The name of the variable.
|
String |
getNextToken()
The next page token of the get variable request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The max size per page determined for the get variable request.
|
void |
setName(String name)
The name of the variable.
|
void |
setNextToken(String nextToken)
The next page token of the get variable request.
|
String |
toString()
Returns a string representation of this object.
|
GetVariablesRequest |
withMaxResults(Integer maxResults)
The max size per page determined for the get variable request.
|
GetVariablesRequest |
withName(String name)
The name of the variable.
|
GetVariablesRequest |
withNextToken(String nextToken)
The next page token of the get variable request.
|
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 setName(String name)
The name of the variable.
name
- The name of the variable.public String getName()
The name of the variable.
public GetVariablesRequest withName(String name)
The name of the variable.
name
- The name of the variable.public void setNextToken(String nextToken)
The next page token of the get variable request.
nextToken
- The next page token of the get variable request.public String getNextToken()
The next page token of the get variable request.
public GetVariablesRequest withNextToken(String nextToken)
The next page token of the get variable request.
nextToken
- The next page token of the get variable request.public void setMaxResults(Integer maxResults)
The max size per page determined for the get variable request.
maxResults
- The max size per page determined for the get variable request.public Integer getMaxResults()
The max size per page determined for the get variable request.
public GetVariablesRequest withMaxResults(Integer maxResults)
The max size per page determined for the get variable request.
maxResults
- The max size per page determined for the get variable request.public String toString()
toString
in class Object
Object.toString()
public GetVariablesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()