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