@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisVideoStreamConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
The updated Kinesis video stream configuration object.
| Constructor and Description |
|---|
KinesisVideoStreamConfigurationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
KinesisVideoStreamConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
Integer |
getDataRetentionInHours()
The updated time that data is retained.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataRetentionInHours(Integer dataRetentionInHours)
The updated time that data is retained.
|
String |
toString()
Returns a string representation of this object.
|
KinesisVideoStreamConfigurationUpdate |
withDataRetentionInHours(Integer dataRetentionInHours)
The updated time that data is retained.
|
public KinesisVideoStreamConfigurationUpdate()
public void setDataRetentionInHours(Integer dataRetentionInHours)
The updated time that data is retained.
dataRetentionInHours - The updated time that data is retained.public Integer getDataRetentionInHours()
The updated time that data is retained.
public KinesisVideoStreamConfigurationUpdate withDataRetentionInHours(Integer dataRetentionInHours)
The updated time that data is retained.
dataRetentionInHours - The updated time that data is retained.public String toString()
toString in class ObjectObject.toString()public KinesisVideoStreamConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.