@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMappedResourceConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMappedResourceConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMappedResourceConfigurationRequest |
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 return in the response.
|
String |
getNextToken()
The token to provide in your next request, to get another batch of results.
|
String |
getStreamARN()
The Amazon Resource Name (ARN) of the stream.
|
String |
getStreamName()
The name of the stream.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
The token to provide in your next request, to get another batch of results.
|
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
void |
setStreamName(String streamName)
The name of the stream.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMappedResourceConfigurationRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
DescribeMappedResourceConfigurationRequest |
withNextToken(String nextToken)
The token to provide in your next request, to get another batch of results.
|
DescribeMappedResourceConfigurationRequest |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
DescribeMappedResourceConfigurationRequest |
withStreamName(String streamName)
The name of the stream.
|
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 DescribeMappedResourceConfigurationRequest()
public void setStreamName(String streamName)
The name of the stream.
streamName
- The name of the stream.public String getStreamName()
The name of the stream.
public DescribeMappedResourceConfigurationRequest withStreamName(String streamName)
The name of the stream.
streamName
- The name of the stream.public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN
- The Amazon Resource Name (ARN) of the stream.public String getStreamARN()
The Amazon Resource Name (ARN) of the stream.
public DescribeMappedResourceConfigurationRequest withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN
- The Amazon Resource Name (ARN) of the stream.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public Integer getMaxResults()
The maximum number of results to return in the response.
public DescribeMappedResourceConfigurationRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults
- The maximum number of results to return in the response.public void setNextToken(String nextToken)
The token to provide in your next request, to get another batch of results.
nextToken
- The token to provide in your next request, to get another batch of results.public String getNextToken()
The token to provide in your next request, to get another batch of results.
public DescribeMappedResourceConfigurationRequest withNextToken(String nextToken)
The token to provide in your next request, to get another batch of results.
nextToken
- The token to provide in your next request, to get another batch of results.public String toString()
toString
in class Object
Object.toString()
public DescribeMappedResourceConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()