@Generated(value="software.amazon.awssdk:codegen") public final class ListShareInvitationsRequest extends WellArchitectedRequest implements ToCopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>
Input for List Share Invitations
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListShareInvitationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListShareInvitationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lensNamePrefix()
An optional string added to the beginning of each lens name returned in the results.
|
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 |
profileNamePrefix()
Profile name prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListShareInvitationsRequest.Builder> |
serializableBuilderClass() |
ShareResourceType |
shareResourceType()
The type of share invitations to be returned.
|
String |
shareResourceTypeAsString()
The type of share invitations to be returned.
|
ListShareInvitationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadNamePrefix()
Returns the value of the WorkloadNamePrefix property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadNamePrefix()
public final String lensNamePrefix()
An optional string added to the beginning of each lens name returned in the results.
public final ShareResourceType shareResourceType()
The type of share invitations to be returned.
If the service returns an enum value that is not available in the current SDK version, shareResourceType
will return ShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shareResourceTypeAsString().
ShareResourceTypepublic final String shareResourceTypeAsString()
The type of share invitations to be returned.
If the service returns an enum value that is not available in the current SDK version, shareResourceType
will return ShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shareResourceTypeAsString().
ShareResourceTypepublic final String nextToken()
public final Integer maxResults()
The maximum number of results to return for this request.
public final String profileNamePrefix()
Profile name prefix.
public ListShareInvitationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>toBuilder in class WellArchitectedRequestpublic static ListShareInvitationsRequest.Builder builder()
public static Class<? extends ListShareInvitationsRequest.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.