@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeParametersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeParametersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeParametersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
An optional token returned from a prior request.
|
String |
getParameterGroupName()
The name of the parameter group.
|
String |
getSource()
How the parameter is defined.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
An optional token returned from a prior request.
|
void |
setParameterGroupName(String parameterGroupName)
The name of the parameter group.
|
void |
setSource(String source)
How the parameter is defined.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeParametersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
DescribeParametersRequest |
withNextToken(String nextToken)
An optional token returned from a prior request.
|
DescribeParametersRequest |
withParameterGroupName(String parameterGroupName)
The name of the parameter group.
|
DescribeParametersRequest |
withSource(String source)
How the parameter is defined.
|
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 setParameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.public String getParameterGroupName()
The name of the parameter group.
public DescribeParametersRequest withParameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.public void setSource(String source)
How the parameter is defined. For example, system
denotes a system-defined parameter.
source
- How the parameter is defined. For example, system
denotes a system-defined parameter.public String getSource()
How the parameter is defined. For example, system
denotes a system-defined parameter.
system
denotes a system-defined parameter.public DescribeParametersRequest withSource(String source)
How the parameter is defined. For example, system
denotes a system-defined parameter.
source
- How the parameter is defined. For example, system
denotes a system-defined parameter.public void setMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
public Integer getMaxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
public DescribeParametersRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
maxResults
- The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
public void setNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults
.public String getNextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
.
MaxResults
.public DescribeParametersRequest withNextToken(String nextToken)
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
.
nextToken
- An optional token returned from a prior request. Use this token for pagination of results from this
action. If this parameter is specified, the response includes only results beyond the token, up to the
value specified by MaxResults
.public String toString()
toString
in class Object
Object.toString()
public DescribeParametersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.