@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 |
getStreamARN()
The Amazon Resource Name (ARN) of the stream.
|
int |
hashCode() |
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
String |
toString()
Returns a string representation of this object.
|
CreateStreamResult |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN
- The Amazon Resource Name (ARN) of the stream.public String getStreamARN()
The Amazon Resource Name (ARN) of the stream.
public CreateStreamResult withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
streamARN
- The Amazon Resource Name (ARN) of the stream.public String toString()
toString
in class Object
Object.toString()
public CreateStreamResult clone()