@Generated(value="software.amazon.awssdk:codegen") public final class MappedResourceConfigurationListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MappedResourceConfigurationListItem.Builder,MappedResourceConfigurationListItem>
A structure that encapsulates, or contains, the media storage configuration properties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MappedResourceConfigurationListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
|
static MappedResourceConfigurationListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MappedResourceConfigurationListItem.Builder> |
serializableBuilderClass() |
MappedResourceConfigurationListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the associated resource for the kinesis video stream.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The type of the associated resource for the kinesis video stream.
public final String arn()
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
public MappedResourceConfigurationListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MappedResourceConfigurationListItem.Builder,MappedResourceConfigurationListItem>public static MappedResourceConfigurationListItem.Builder builder()
public static Class<? extends MappedResourceConfigurationListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.