@Generated(value="software.amazon.awssdk:codegen") public final class ListProfileSharesRequest extends WellArchitectedRequest implements ToCopyableBuilder<ListProfileSharesRequest.Builder,ListProfileSharesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProfileSharesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProfileSharesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return for this request.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
profileArn()
The profile ARN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListProfileSharesRequest.Builder> |
serializableBuilderClass() |
String |
sharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the
profile 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.
|
ListProfileSharesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String profileArn()
The profile ARN.
public final String sharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the profile 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 ListProfileSharesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProfileSharesRequest.Builder,ListProfileSharesRequest>toBuilder in class WellArchitectedRequestpublic static ListProfileSharesRequest.Builder builder()
public static Class<? extends ListProfileSharesRequest.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.