@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkloadSharesRequest extends WellArchitectedRequest implements ToCopyableBuilder<ListWorkloadSharesRequest.Builder,ListWorkloadSharesRequest>
Input for List Workload Share
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkloadSharesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkloadSharesRequest.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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkloadSharesRequest.Builder> |
serializableBuilderClass() |
String |
sharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the
workload 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.
|
ListWorkloadSharesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
Returns the value of the WorkloadId property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadId()
public final String sharedWithPrefix()
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload 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 ListWorkloadSharesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkloadSharesRequest.Builder,ListWorkloadSharesRequest>toBuilder in class WellArchitectedRequestpublic static ListWorkloadSharesRequest.Builder builder()
public static Class<? extends ListWorkloadSharesRequest.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.