@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEncryptionKeyRequest extends Inspector2Request implements ToCopyableBuilder<UpdateEncryptionKeyRequest.Builder,UpdateEncryptionKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEncryptionKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEncryptionKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
A KMS key ID for the encryption key.
|
ResourceType |
resourceType()
The resource type for the encryption key.
|
String |
resourceTypeAsString()
The resource type for the encryption key.
|
ScanType |
scanType()
The scan type for the encryption key.
|
String |
scanTypeAsString()
The scan type for the encryption key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEncryptionKeyRequest.Builder> |
serializableBuilderClass() |
UpdateEncryptionKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKeyId()
A KMS key ID for the encryption key.
public final ResourceType resourceType()
The resource type for the encryption key.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final String resourceTypeAsString()
The resource type for the encryption key.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceTypeAsString().
ResourceTypepublic final ScanType scanType()
The scan type for the encryption key.
If the service returns an enum value that is not available in the current SDK version, scanType will
return ScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scanTypeAsString().
ScanTypepublic final String scanTypeAsString()
The scan type for the encryption key.
If the service returns an enum value that is not available in the current SDK version, scanType will
return ScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
scanTypeAsString().
ScanTypepublic UpdateEncryptionKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEncryptionKeyRequest.Builder,UpdateEncryptionKeyRequest>toBuilder in class Inspector2Requestpublic static UpdateEncryptionKeyRequest.Builder builder()
public static Class<? extends UpdateEncryptionKeyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.