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