@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateStreamResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateStreamResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDescription()
 A description of the stream. 
 | 
String | 
getStreamArn()
 The stream ARN. 
 | 
String | 
getStreamId()
 The stream ID. 
 | 
Integer | 
getStreamVersion()
 The version of the stream. 
 | 
int | 
hashCode()  | 
void | 
setDescription(String description)
 A description of the stream. 
 | 
void | 
setStreamArn(String streamArn)
 The stream ARN. 
 | 
void | 
setStreamId(String streamId)
 The stream ID. 
 | 
void | 
setStreamVersion(Integer streamVersion)
 The version of the stream. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateStreamResult | 
withDescription(String description)
 A description of the stream. 
 | 
CreateStreamResult | 
withStreamArn(String streamArn)
 The stream ARN. 
 | 
CreateStreamResult | 
withStreamId(String streamId)
 The stream ID. 
 | 
CreateStreamResult | 
withStreamVersion(Integer streamVersion)
 The version of the stream. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStreamId(String streamId)
The stream ID.
streamId - The stream ID.public String getStreamId()
The stream ID.
public CreateStreamResult withStreamId(String streamId)
The stream ID.
streamId - The stream ID.public void setStreamArn(String streamArn)
The stream ARN.
streamArn - The stream ARN.public String getStreamArn()
The stream ARN.
public CreateStreamResult withStreamArn(String streamArn)
The stream ARN.
streamArn - The stream ARN.public void setDescription(String description)
A description of the stream.
description - A description of the stream.public String getDescription()
A description of the stream.
public CreateStreamResult withDescription(String description)
A description of the stream.
description - A description of the stream.public void setStreamVersion(Integer streamVersion)
The version of the stream.
streamVersion - The version of the stream.public Integer getStreamVersion()
The version of the stream.
public CreateStreamResult withStreamVersion(Integer streamVersion)
The version of the stream.
streamVersion - The version of the stream.public String toString()
toString in class ObjectObject.toString()public CreateStreamResult clone()