@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFlowEntitlementRequest extends MediaConnectRequest implements ToCopyableBuilder<UpdateFlowEntitlementRequest.Builder,UpdateFlowEntitlementRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFlowEntitlementRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowEntitlementRequest.Builder |
builder() |
String |
description()
A description of the entitlement.
|
UpdateEncryption |
encryption()
The type of encryption that will be used on the output associated with this entitlement.
|
String |
entitlementArn()
The ARN of the entitlement that you want to update.
|
EntitlementStatus |
entitlementStatus()
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
String |
entitlementStatusAsString()
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowArn()
The flow that is associated with the entitlement that you want to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubscribers()
Returns true if the Subscribers property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFlowEntitlementRequest.Builder> |
serializableBuilderClass() |
List<String> |
subscribers()
The AWS account IDs that you want to share your content with.
|
UpdateFlowEntitlementRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String description()
public UpdateEncryption encryption()
public String entitlementArn()
public EntitlementStatus entitlementStatus()
If the service returns an enum value that is not available in the current SDK version, entitlementStatus
will return EntitlementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from entitlementStatusAsString().
EntitlementStatuspublic String entitlementStatusAsString()
If the service returns an enum value that is not available in the current SDK version, entitlementStatus
will return EntitlementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from entitlementStatusAsString().
EntitlementStatuspublic String flowArn()
public boolean hasSubscribers()
public List<String> subscribers()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubscribers() to see if a value was sent in this field.
public UpdateFlowEntitlementRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFlowEntitlementRequest.Builder,UpdateFlowEntitlementRequest>toBuilder in class MediaConnectRequestpublic static UpdateFlowEntitlementRequest.Builder builder()
public static Class<? extends UpdateFlowEntitlementRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.