Class ListShareInvitationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest
-
- software.amazon.awssdk.services.wellarchitected.model.ListShareInvitationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListShareInvitationsRequest extends WellArchitectedRequest implements ToCopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>
Input for List Share Invitations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListShareInvitationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListShareInvitationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlensNamePrefix()An optional string added to the beginning of each lens name returned in the results.IntegermaxResults()The maximum number of results to return for this request.StringnextToken()Returns the value of the NextToken property for this object.StringprofileNamePrefix()An optional string added to the beginning of each profile name returned in the results.List<SdkField<?>>sdkFields()static Class<? extends ListShareInvitationsRequest.Builder>serializableBuilderClass()ShareResourceTypeshareResourceType()The type of share invitations to be returned.StringshareResourceTypeAsString()The type of share invitations to be returned.StringtemplateNamePrefix()An optional string added to the beginning of each review template name returned in the results.ListShareInvitationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkloadNamePrefix()Returns the value of the WorkloadNamePrefix property for this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
workloadNamePrefix
public final String workloadNamePrefix()
Returns the value of the WorkloadNamePrefix property for this object.- Returns:
- The value of the WorkloadNamePrefix property for this object.
-
lensNamePrefix
public final String lensNamePrefix()
An optional string added to the beginning of each lens name returned in the results.
- Returns:
- An optional string added to the beginning of each lens name returned in the results.
-
shareResourceType
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,
shareResourceTypewill returnShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareResourceTypeAsString().- Returns:
- The type of share invitations to be returned.
- See Also:
ShareResourceType
-
shareResourceTypeAsString
public 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,
shareResourceTypewill returnShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshareResourceTypeAsString().- Returns:
- The type of share invitations to be returned.
- See Also:
ShareResourceType
-
nextToken
public final String nextToken()
Returns the value of the NextToken property for this object.- Returns:
- The value of the NextToken property for this object.
-
maxResults
public final Integer maxResults()
The maximum number of results to return for this request.
- Returns:
- The maximum number of results to return for this request.
-
profileNamePrefix
public final String profileNamePrefix()
An optional string added to the beginning of each profile name returned in the results.
- Returns:
- An optional string added to the beginning of each profile name returned in the results.
-
templateNamePrefix
public final String templateNamePrefix()
An optional string added to the beginning of each review template name returned in the results.
- Returns:
- An optional string added to the beginning of each review template name returned in the results.
-
toBuilder
public ListShareInvitationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListShareInvitationsRequest.Builder,ListShareInvitationsRequest>- Specified by:
toBuilderin classWellArchitectedRequest
-
builder
public static ListShareInvitationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListShareInvitationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-