public class DeleteStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for DeleteStream.
NOOP| Constructor and Description |
|---|
DeleteStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteStreamRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getStreamName()
The name of the stream to delete.
|
int |
hashCode() |
void |
setStreamName(String streamName)
The name of the stream to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteStreamRequest |
withStreamName(String streamName)
The name of the stream to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStreamName(String streamName)
The name of the stream to delete.
streamName - The name of the stream to delete.public String getStreamName()
The name of the stream to delete.
public DeleteStreamRequest withStreamName(String streamName)
The name of the stream to delete.
streamName - The name of the stream to delete.public String toString()
toString in class ObjectObject.toString()public DeleteStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.