@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFieldLevelEncryptionProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ListFieldLevelEncryptionProfilesResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListFieldLevelEncryptionProfilesResult | clone() | 
| boolean | equals(Object obj) | 
| FieldLevelEncryptionProfileList | getFieldLevelEncryptionProfileList()
 Returns a list of the field-level encryption profiles that have been created in CloudFront for this account. | 
| int | hashCode() | 
| void | setFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList fieldLevelEncryptionProfileList)
 Returns a list of the field-level encryption profiles that have been created in CloudFront for this account. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| ListFieldLevelEncryptionProfilesResult | withFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList fieldLevelEncryptionProfileList)
 Returns a list of the field-level encryption profiles that have been created in CloudFront for this account. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListFieldLevelEncryptionProfilesResult()
public void setFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList fieldLevelEncryptionProfileList)
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
fieldLevelEncryptionProfileList - Returns a list of the field-level encryption profiles that have been created in CloudFront for this
        account.public FieldLevelEncryptionProfileList getFieldLevelEncryptionProfileList()
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
public ListFieldLevelEncryptionProfilesResult withFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList fieldLevelEncryptionProfileList)
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
fieldLevelEncryptionProfileList - Returns a list of the field-level encryption profiles that have been created in CloudFront for this
        account.public String toString()
toString in class ObjectObject.toString()public ListFieldLevelEncryptionProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.