Class ListResourceDataSyncRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ListResourceDataSyncRequest.Builder,ListResourceDataSyncRequest>

@Generated("software.amazon.awssdk:codegen") public final class ListResourceDataSyncRequest extends SsmRequest implements ToCopyableBuilder<ListResourceDataSyncRequest.Builder,ListResourceDataSyncRequest>
  • Method Details

    • syncType

      public final String syncType()

      View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.

      Returns:
      View a list of resource data syncs according to the sync type. Specify SyncToDestination to view resource data syncs that synchronize data to an Amazon S3 bucket. Specify SyncFromSource to view resource data syncs from Organizations or from multiple Amazon Web Services Regions.
    • nextToken

      public final String nextToken()

      A token to start the list. Use this token to get the next set of results.

      Returns:
      A token to start the list. Use this token to get the next set of results.
    • maxResults

      public final Integer maxResults()

      The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

      Returns:
      The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<ListResourceDataSyncRequest.Builder,ListResourceDataSyncRequest>
      Specified by:
      toBuilder in class SsmRequest
    • builder

      public static ListResourceDataSyncRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListResourceDataSyncRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo