@Generated(value="software.amazon.awssdk:codegen") public final class ListLensSharesRequest extends WellArchitectedRequest implements ToCopyableBuilder<ListLensSharesRequest.Builder,ListLensSharesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLensSharesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLensSharesRequest.Builder |
builder() |
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.
|
Integer |
maxResults()
The maximum number of results to return for this request.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLensSharesRequest.Builder> |
serializableBuilderClass() |
String |
sharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens
is shared.
|
ShareStatus |
status()
Returns the value of the Status property for this object.
|
String |
statusAsString()
Returns the value of the Status property for this object.
|
ListLensSharesRequest.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 sharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the lens is shared.
public final String nextToken()
public final Integer maxResults()
The maximum number of results to return for this request.
public final ShareStatus status()
If the service returns an enum value that is not available in the current SDK version, status will
return ShareStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ShareStatuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return ShareStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ShareStatuspublic ListLensSharesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLensSharesRequest.Builder,ListLensSharesRequest>toBuilder in class WellArchitectedRequestpublic static ListLensSharesRequest.Builder builder()
public static Class<? extends ListLensSharesRequest.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.