@Generated(value="software.amazon.awssdk:codegen") public final class PutChannelPolicyRequest extends MediaTailorRequest implements ToCopyableBuilder<PutChannelPolicyRequest.Builder,PutChannelPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutChannelPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutChannelPolicyRequest.Builder |
builder() |
String |
channelName()
The identifier for the channel you are working on.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policy()
Adds an IAM role that determines the permissions of your channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutChannelPolicyRequest.Builder> |
serializableBuilderClass() |
PutChannelPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelName()
The identifier for the channel you are working on.
public final String policy()
Adds an IAM role that determines the permissions of your channel.
public PutChannelPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutChannelPolicyRequest.Builder,PutChannelPolicyRequest>toBuilder in class MediaTailorRequestpublic static PutChannelPolicyRequest.Builder builder()
public static Class<? extends PutChannelPolicyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.