@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaStorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that encapsulates, or contains, the media storage configuration properties.
| Constructor and Description |
|---|
MediaStorageConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MediaStorageConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the media storage configuration.
|
String |
getStreamARN()
The Amazon Resource Name (ARN) of the stream
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
The status of the media storage configuration.
|
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream
|
String |
toString()
Returns a string representation of this object.
|
MediaStorageConfiguration |
withStatus(MediaStorageConfigurationStatus status)
The status of the media storage configuration.
|
MediaStorageConfiguration |
withStatus(String status)
The status of the media storage configuration.
|
MediaStorageConfiguration |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream
|
public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream
streamARN - The Amazon Resource Name (ARN) of the streampublic String getStreamARN()
The Amazon Resource Name (ARN) of the stream
public MediaStorageConfiguration withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream
streamARN - The Amazon Resource Name (ARN) of the streampublic void setStatus(String status)
The status of the media storage configuration.
status - The status of the media storage configuration.MediaStorageConfigurationStatuspublic String getStatus()
The status of the media storage configuration.
MediaStorageConfigurationStatuspublic MediaStorageConfiguration withStatus(String status)
The status of the media storage configuration.
status - The status of the media storage configuration.MediaStorageConfigurationStatuspublic MediaStorageConfiguration withStatus(MediaStorageConfigurationStatus status)
The status of the media storage configuration.
status - The status of the media storage configuration.MediaStorageConfigurationStatuspublic String toString()
toString in class ObjectObject.toString()public MediaStorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.