@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFieldLevelEncryptionConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ListFieldLevelEncryptionConfigsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListFieldLevelEncryptionConfigsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
FieldLevelEncryptionList | 
getFieldLevelEncryptionList()
 Returns a list of all field-level encryption configurations that have been created in CloudFront for this
 account. 
 | 
int | 
hashCode()  | 
void | 
setFieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
 Returns a list of all field-level encryption configurations that have been created in CloudFront for this
 account. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListFieldLevelEncryptionConfigsResult | 
withFieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
 Returns a list of all field-level encryption configurations that have been created in CloudFront for this
 account. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListFieldLevelEncryptionConfigsResult()
public void setFieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
fieldLevelEncryptionList - Returns a list of all field-level encryption configurations that have been created in CloudFront for this
        account.public FieldLevelEncryptionList getFieldLevelEncryptionList()
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
public ListFieldLevelEncryptionConfigsResult withFieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
fieldLevelEncryptionList - Returns a list of all field-level encryption configurations that have been created in CloudFront for this
        account.public String toString()
toString in class ObjectObject.toString()public ListFieldLevelEncryptionConfigsResult clone()
Copyright © 2019. All rights reserved.