@Generated(value="software.amazon.awssdk:codegen") public final class ExtendedDataServices extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExtendedDataServices.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedDataServices.Builder |
builder() |
CopyProtectionAction |
copyProtectionAction()
The action to take on copy and redistribution control XDS packets.
|
String |
copyProtectionActionAsString()
The action to take on copy and redistribution control XDS packets.
|
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 ExtendedDataServices.Builder> |
serializableBuilderClass() |
ExtendedDataServices.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VchipAction |
vchipAction()
The action to take on content advisory XDS packets.
|
String |
vchipActionAsString()
The action to take on content advisory XDS packets.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CopyProtectionAction copyProtectionAction()
If the service returns an enum value that is not available in the current SDK version,
copyProtectionAction will return CopyProtectionAction.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from copyProtectionActionAsString().
CopyProtectionActionpublic final String copyProtectionActionAsString()
If the service returns an enum value that is not available in the current SDK version,
copyProtectionAction will return CopyProtectionAction.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from copyProtectionActionAsString().
CopyProtectionActionpublic final VchipAction vchipAction()
If the service returns an enum value that is not available in the current SDK version, vchipAction will
return VchipAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vchipActionAsString().
VchipActionpublic final String vchipActionAsString()
If the service returns an enum value that is not available in the current SDK version, vchipAction will
return VchipAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
vchipActionAsString().
VchipActionpublic ExtendedDataServices.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExtendedDataServices.Builder,ExtendedDataServices>public static ExtendedDataServices.Builder builder()
public static Class<? extends ExtendedDataServices.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.