Class ListedEntitlement
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.ListedEntitlement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListedEntitlement.Builder,ListedEntitlement>
@Generated("software.amazon.awssdk:codegen") public final class ListedEntitlement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedEntitlement.Builder,ListedEntitlement>
An entitlement that has been granted to you from other AWS accounts.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListedEntitlement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListedEntitlement.Builderbuilder()IntegerdataTransferSubscriberFeePercent()Percentage from 0-100 of the data transfer cost to be billed to the subscriber.StringentitlementArn()The ARN of the entitlement.StringentitlementName()The name of the entitlement.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ListedEntitlement.Builder>serializableBuilderClass()ListedEntitlement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataTransferSubscriberFeePercent
public final Integer dataTransferSubscriberFeePercent()
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.- Returns:
- Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
-
entitlementArn
public final String entitlementArn()
The ARN of the entitlement.- Returns:
- The ARN of the entitlement.
-
entitlementName
public final String entitlementName()
The name of the entitlement.- Returns:
- The name of the entitlement.
-
toBuilder
public ListedEntitlement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListedEntitlement.Builder,ListedEntitlement>
-
builder
public static ListedEntitlement.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListedEntitlement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-