@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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 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 Object
Object.toString()
public DeleteStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.