Class ListResourceSnapshotsRequest
- 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.ListResourceSnapshotsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListResourceSnapshotsRequest.Builder,ListResourceSnapshotsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListResourceSnapshotsRequest extends PartnerCentralSellingRequest implements ToCopyableBuilder<ListResourceSnapshotsRequest.Builder,ListResourceSnapshotsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListResourceSnapshotsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListResourceSnapshotsRequest.Builderbuilder()Stringcatalog()Specifies the catalog related to the request.StringcreatedBy()Filters the response to include only snapshots of resources owned by the specified AWS account.StringengagementIdentifier()The unique identifier of the engagement associated with the snapshots.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return in a single call.StringnextToken()The token for the next set of results.StringresourceIdentifier()Filters the response to include only snapshots of the specified resource.StringresourceSnapshotTemplateIdentifier()Filters the response to include only snapshots created using the specified template.ResourceTyperesourceType()Filters the response to include only snapshots of the specified resource type.StringresourceTypeAsString()Filters the response to include only snapshots of the specified resource type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListResourceSnapshotsRequest.Builder>serializableBuilderClass()ListResourceSnapshotsRequest.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 related to the request.
- Returns:
- Specifies the catalog related to the request.
-
createdBy
public final String createdBy()
Filters the response to include only snapshots of resources owned by the specified AWS account.
- Returns:
- Filters the response to include only snapshots of resources owned by the specified AWS account.
-
engagementIdentifier
public final String engagementIdentifier()
The unique identifier of the engagement associated with the snapshots.
- Returns:
- The unique identifier of the engagement associated with the snapshots.
-
maxResults
public final Integer maxResults()
The maximum number of results to return in a single call.
- Returns:
- The maximum number of results to return in a single call.
-
nextToken
public final String nextToken()
The token for the next set of results.
- Returns:
- The token for the next set of results.
-
resourceIdentifier
public final String resourceIdentifier()
Filters the response to include only snapshots of the specified resource.
- Returns:
- Filters the response to include only snapshots of the specified resource.
-
resourceSnapshotTemplateIdentifier
public final String resourceSnapshotTemplateIdentifier()
Filters the response to include only snapshots created using the specified template.
- Returns:
- Filters the response to include only snapshots created using the specified template.
-
resourceType
public final ResourceType resourceType()
Filters the response to include only snapshots of the specified resource 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 response to include only snapshots of the specified resource type.
- See Also:
ResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
Filters the response to include only snapshots of the specified resource 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 response to include only snapshots of the specified resource type.
- See Also:
ResourceType
-
toBuilder
public ListResourceSnapshotsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListResourceSnapshotsRequest.Builder,ListResourceSnapshotsRequest>- Specified by:
toBuilderin classPartnerCentralSellingRequest
-
builder
public static ListResourceSnapshotsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListResourceSnapshotsRequest.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
-
-