@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecordingStreamConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that holds the settings for recording media.
Constructor and Description |
---|
RecordingStreamConfiguration() |
Modifier and Type | Method and Description |
---|---|
RecordingStreamConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getStreamArn()
The ARN of the recording stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStreamArn(String streamArn)
The ARN of the recording stream.
|
String |
toString()
Returns a string representation of this object.
|
RecordingStreamConfiguration |
withStreamArn(String streamArn)
The ARN of the recording stream.
|
public void setStreamArn(String streamArn)
The ARN of the recording stream.
streamArn
- The ARN of the recording stream.public String getStreamArn()
The ARN of the recording stream.
public RecordingStreamConfiguration withStreamArn(String streamArn)
The ARN of the recording stream.
streamArn
- The ARN of the recording stream.public String toString()
toString
in class Object
Object.toString()
public RecordingStreamConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.