@Generated(value="software.amazon.awssdk:codegen") public final class ResetEncryptionKeyRequest extends Inspector2Request implements ToCopyableBuilder<ResetEncryptionKeyRequest.Builder,ResetEncryptionKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResetEncryptionKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResetEncryptionKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceType |
resourceType()
The resource type the key encrypts.
|
String |
resourceTypeAsString()
The resource type the key encrypts.
|
ScanType |
scanType()
The scan type the key encrypts.
|
String |
scanTypeAsString()
The scan type the key encrypts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResetEncryptionKeyRequest.Builder> |
serializableBuilderClass() |
ResetEncryptionKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceType resourceType()
The resource type the key encrypts.
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 the key encrypts.
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 the key encrypts.
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 the key encrypts.
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 ResetEncryptionKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResetEncryptionKeyRequest.Builder,ResetEncryptionKeyRequest>toBuilder in class Inspector2Requestpublic static ResetEncryptionKeyRequest.Builder builder()
public static Class<? extends ResetEncryptionKeyRequest.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.