@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStreamSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeStreamSummaryRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStreamSummaryRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getStreamARN()
 The ARN of the stream. | 
| String | getStreamName()
 The name of the stream to describe. | 
| int | hashCode() | 
| void | setStreamARN(String streamARN)
 The ARN of the stream. | 
| void | setStreamName(String streamName)
 The name of the stream to describe. | 
| String | toString()Returns a string representation of this object. | 
| DescribeStreamSummaryRequest | withStreamARN(String streamARN)
 The ARN of the stream. | 
| DescribeStreamSummaryRequest | withStreamName(String streamName)
 The name of the stream to describe. | 
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, withSdkRequestTimeoutpublic void setStreamName(String streamName)
The name of the stream to describe.
streamName - The name of the stream to describe.public String getStreamName()
The name of the stream to describe.
public DescribeStreamSummaryRequest withStreamName(String streamName)
The name of the stream to describe.
streamName - The name of the stream to describe.public void setStreamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.public String getStreamARN()
The ARN of the stream.
public DescribeStreamSummaryRequest withStreamARN(String streamARN)
The ARN of the stream.
streamARN - The ARN of the stream.public String toString()
toString in class ObjectObject.toString()public DescribeStreamSummaryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()