@Generated(value="software.amazon.awssdk:codegen") public final class DeleteLensRequest extends WellArchitectedRequest implements ToCopyableBuilder<DeleteLensRequest.Builder,DeleteLensRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteLensRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteLensRequest.Builder |
builder() |
String |
clientRequestToken()
Returns the value of the ClientRequestToken property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lensAlias()
Returns the value of the LensAlias property for this object.
|
LensStatusType |
lensStatus()
The status of the lens to be deleted.
|
String |
lensStatusAsString()
The status of the lens to be deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteLensRequest.Builder> |
serializableBuilderClass() |
DeleteLensRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String lensAlias()
public final String clientRequestToken()
public final LensStatusType lensStatus()
The status of the lens to be deleted.
If the service returns an enum value that is not available in the current SDK version, lensStatus will
return LensStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lensStatusAsString().
LensStatusTypepublic final String lensStatusAsString()
The status of the lens to be deleted.
If the service returns an enum value that is not available in the current SDK version, lensStatus will
return LensStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lensStatusAsString().
LensStatusTypepublic DeleteLensRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteLensRequest.Builder,DeleteLensRequest>toBuilder in class WellArchitectedRequestpublic static DeleteLensRequest.Builder builder()
public static Class<? extends DeleteLensRequest.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.