public class CreateStreamResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStreamARN()
The Amazon Resource Name (ARN) of the stream.
|
int |
hashCode() |
void |
setStreamARN(java.lang.String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateStreamResult |
withStreamARN(java.lang.String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
public java.lang.String getStreamARN()
The Amazon Resource Name (ARN) of the stream.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
The Amazon Resource Name (ARN) of the stream.
public void setStreamARN(java.lang.String streamARN)
The Amazon Resource Name (ARN) of the stream.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
streamARN - The Amazon Resource Name (ARN) of the stream.
public CreateStreamResult withStreamARN(java.lang.String streamARN)
The Amazon Resource Name (ARN) of the stream.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
streamARN - The Amazon Resource Name (ARN) of the stream.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.