@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.
location
- The fully qualified URI of the new profile resource just created.public String getLocation()
The fully qualified URI of the new profile resource just created.
public CreateFieldLevelEncryptionProfileResult withLocation(String location)
The fully qualified URI of the new profile resource just created.
location
- The fully qualified URI of the new profile resource just created.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()