@Generated(value="software.amazon.awssdk:codegen") public final class ListFieldLevelEncryptionConfigsResponse extends CloudFrontResponse implements ToCopyableBuilder<ListFieldLevelEncryptionConfigsResponse.Builder,ListFieldLevelEncryptionConfigsResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
ListFieldLevelEncryptionConfigsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static ListFieldLevelEncryptionConfigsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FieldLevelEncryptionList |
fieldLevelEncryptionList()
Returns a list of all field-level encryption configurations that have been created in CloudFront for this
account.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFieldLevelEncryptionConfigsResponse.Builder> |
serializableBuilderClass() |
ListFieldLevelEncryptionConfigsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public FieldLevelEncryptionList fieldLevelEncryptionList()
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
public ListFieldLevelEncryptionConfigsResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListFieldLevelEncryptionConfigsResponse.Builder,ListFieldLevelEncryptionConfigsResponse>
toBuilder
in class AwsResponse
public static ListFieldLevelEncryptionConfigsResponse.Builder builder()
public static Class<? extends ListFieldLevelEncryptionConfigsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2020. All rights reserved.