Class ListEngagementResourceAssociationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest
-
- software.amazon.awssdk.services.partnercentralselling.model.ListEngagementResourceAssociationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEngagementResourceAssociationsRequest.Builder,ListEngagementResourceAssociationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEngagementResourceAssociationsRequest extends PartnerCentralSellingRequest implements ToCopyableBuilder<ListEngagementResourceAssociationsRequest.Builder,ListEngagementResourceAssociationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEngagementResourceAssociationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEngagementResourceAssociationsRequest.Builderbuilder()Stringcatalog()Specifies the catalog in which to search for engagement-resource associations.StringcreatedBy()Filters the response to include only snapshots of resources owned by the specified AWS account ID.StringengagementIdentifier()Filters the results to include only associations related to the specified engagement.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()Limits the number of results returned in a single call.StringnextToken()A token used for pagination of results.StringresourceIdentifier()Filters the results to include only associations with the specified resource.ResourceTyperesourceType()Filters the results to include only associations with resources of the specified type.StringresourceTypeAsString()Filters the results to include only associations with resources of the specified type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEngagementResourceAssociationsRequest.Builder>serializableBuilderClass()ListEngagementResourceAssociationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of 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
-
catalog
public final String catalog()
Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"
-
AWSfor production environments. -
Sandboxfor testing and development purposes.
- Returns:
- Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or
"Sandbox"
-
AWSfor production environments. -
Sandboxfor testing and development purposes.
-
-
-
createdBy
public final String createdBy()
Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.
- Returns:
- Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.
-
engagementIdentifier
public final String engagementIdentifier()
Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
- Returns:
- Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
-
maxResults
public final Integer maxResults()
Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
- Returns:
- Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
-
nextToken
public final String nextToken()
A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
- Returns:
- A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
-
resourceIdentifier
public final String resourceIdentifier()
Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
- Returns:
- Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
-
resourceType
public final ResourceType resourceType()
Filters the results to include only associations with resources of the specified type.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- Filters the results to include only associations with resources of the specified type.
- See Also:
ResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
Filters the results to include only associations with resources of the specified type.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- Filters the results to include only associations with resources of the specified type.
- See Also:
ResourceType
-
toBuilder
public ListEngagementResourceAssociationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEngagementResourceAssociationsRequest.Builder,ListEngagementResourceAssociationsRequest>- Specified by:
toBuilderin classPartnerCentralSellingRequest
-
builder
public static ListEngagementResourceAssociationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEngagementResourceAssociationsRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-