@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAccountConfigurationResponse extends CodeGuruSecurityResponse implements ToCopyableBuilder<UpdateAccountConfigurationResponse.Builder,UpdateAccountConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAccountConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAccountConfigurationResponse.Builder |
builder() |
EncryptionConfig |
encryptionConfig()
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAccountConfigurationResponse.Builder> |
serializableBuilderClass() |
UpdateAccountConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EncryptionConfig encryptionConfig()
An EncryptionConfig object that contains the KMS key ARN to use for encryption.
EncryptionConfig object that contains the KMS key ARN to use for encryption.public UpdateAccountConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAccountConfigurationResponse.Builder,UpdateAccountConfigurationResponse>toBuilder in class AwsResponsepublic static UpdateAccountConfigurationResponse.Builder builder()
public static Class<? extends UpdateAccountConfigurationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.