@Generated(value="software.amazon.awssdk:codegen") public final class GrantEntitlementRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GrantEntitlementRequest.Builder,GrantEntitlementRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GrantEntitlementRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GrantEntitlementRequest.Builder |
builder() |
String |
description()
A description of the entitlement.
|
Encryption |
encryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the entitlement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GrantEntitlementRequest.Builder> |
serializableBuilderClass() |
List<String> |
subscribers()
The AWS account IDs that you want to share your content with.
|
GrantEntitlementRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String description()
public Encryption encryption()
public String name()
public List<String> subscribers()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GrantEntitlementRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GrantEntitlementRequest.Builder,GrantEntitlementRequest>
public static GrantEntitlementRequest.Builder builder()
public static Class<? extends GrantEntitlementRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.