@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MappedResourceConfigurationListItem extends Object implements Serializable, Cloneable, StructuredPojo
A structure that encapsulates, or contains, the media storage configuration properties.
Constructor and Description |
---|
MappedResourceConfigurationListItem() |
Modifier and Type | Method and Description |
---|---|
MappedResourceConfigurationListItem |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
|
String |
getType()
The type of the associated resource for the kinesis video stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setARN(String aRN)
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
|
void |
setType(String type)
The type of the associated resource for the kinesis video stream.
|
String |
toString()
Returns a string representation of this object.
|
MappedResourceConfigurationListItem |
withARN(String aRN)
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
|
MappedResourceConfigurationListItem |
withType(String type)
The type of the associated resource for the kinesis video stream.
|
public void setType(String type)
The type of the associated resource for the kinesis video stream.
type
- The type of the associated resource for the kinesis video stream.public String getType()
The type of the associated resource for the kinesis video stream.
public MappedResourceConfigurationListItem withType(String type)
The type of the associated resource for the kinesis video stream.
type
- The type of the associated resource for the kinesis video stream.public void setARN(String aRN)
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
aRN
- The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.public String getARN()
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
public MappedResourceConfigurationListItem withARN(String aRN)
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
aRN
- The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.public String toString()
toString
in class Object
Object.toString()
public MappedResourceConfigurationListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.