@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFieldLevelEncryptionProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFieldLevelEncryptionProfileResult() |
Modifier and Type | Method and Description |
---|---|
CreateFieldLevelEncryptionProfileResult |
clone() |
boolean |
equals(Object obj) |
String |
getETag()
The current version of the field level encryption profile.
|
FieldLevelEncryptionProfile |
getFieldLevelEncryptionProfile()
Returned when you create a new field-level encryption profile.
|
String |
getLocation()
The fully qualified URI of the new profile resource just created.
|
int |
hashCode() |
void |
setETag(String eTag)
The current version of the field level encryption profile.
|
void |
setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
Returned when you create a new field-level encryption profile.
|
void |
setLocation(String location)
The fully qualified URI of the new profile resource just created.
|
String |
toString()
Returns a string representation of this object.
|
CreateFieldLevelEncryptionProfileResult |
withETag(String eTag)
The current version of the field level encryption profile.
|
CreateFieldLevelEncryptionProfileResult |
withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
Returned when you create a new field-level encryption profile.
|
CreateFieldLevelEncryptionProfileResult |
withLocation(String location)
The fully qualified URI of the new profile resource just created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateFieldLevelEncryptionProfileResult()
public void setFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
Returned when you create a new field-level encryption profile.
fieldLevelEncryptionProfile
- Returned when you create a new field-level encryption profile.public FieldLevelEncryptionProfile getFieldLevelEncryptionProfile()
Returned when you create a new field-level encryption profile.
public CreateFieldLevelEncryptionProfileResult withFieldLevelEncryptionProfile(FieldLevelEncryptionProfile fieldLevelEncryptionProfile)
Returned when you create a new field-level encryption profile.
fieldLevelEncryptionProfile
- Returned when you create a new field-level encryption profile.public void setLocation(String location)
The fully qualified URI of the new profile resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5
.
location
- The fully qualified URI of the new profile resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5
.public String getLocation()
The fully qualified URI of the new profile resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5
.
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5
.public CreateFieldLevelEncryptionProfileResult withLocation(String location)
The fully qualified URI of the new profile resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5
.
location
- The fully qualified URI of the new profile resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-profile/EDFDVBD632BHDS5
.public void setETag(String eTag)
The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL
.public String getETag()
The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL
.
E2QWRUHAPOMQZL
.public CreateFieldLevelEncryptionProfileResult withETag(String eTag)
The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL
.public String toString()
toString
in class Object
Object.toString()
public CreateFieldLevelEncryptionProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.