@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStreamKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateStreamKeyResult() |
Modifier and Type | Method and Description |
---|---|
CreateStreamKeyResult |
clone() |
boolean |
equals(Object obj) |
StreamKey |
getStreamKey()
Stream key used to authenticate an RTMPS stream for ingestion.
|
int |
hashCode() |
void |
setStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
String |
toString()
Returns a string representation of this object.
|
CreateStreamKeyResult |
withStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
streamKey
- Stream key used to authenticate an RTMPS stream for ingestion.public StreamKey getStreamKey()
Stream key used to authenticate an RTMPS stream for ingestion.
public CreateStreamKeyResult withStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
streamKey
- Stream key used to authenticate an RTMPS stream for ingestion.public String toString()
toString
in class Object
Object.toString()
public CreateStreamKeyResult clone()