@Generated(value="software.amazon.awssdk:codegen") public final class ContentTypeProfiles extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentTypeProfiles.Builder,ContentTypeProfiles>
Field-level encryption content type-profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentTypeProfiles.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypeProfiles.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ContentTypeProfile> |
items()
Items in a field-level encryption content type-profile mapping.
|
Integer |
quantity()
The number of field-level encryption content type-profile mappings.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContentTypeProfiles.Builder> |
serializableBuilderClass() |
ContentTypeProfiles.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer quantity()
The number of field-level encryption content type-profile mappings.
public List<ContentTypeProfile> items()
Items in a field-level encryption content type-profile mapping.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ContentTypeProfiles.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContentTypeProfiles.Builder,ContentTypeProfiles>public static ContentTypeProfiles.Builder builder()
public static Class<? extends ContentTypeProfiles.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.