Class ListComponentsRequest

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

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

    • workspaceId

      public final String workspaceId()

      The workspace ID.

      Returns:
      The workspace ID.
    • entityId

      public final String entityId()

      The ID for the entity whose metadata (component/properties) is returned by the operation.

      Returns:
      The ID for the entity whose metadata (component/properties) is returned by the operation.
    • componentPath

      public final String componentPath()

      This string specifies the path to the composite component, starting from the top-level component.

      Returns:
      This string specifies the path to the composite component, starting from the top-level component.
    • maxResults

      public final Integer maxResults()

      The maximum number of results returned at one time. The default is 25.

      Returns:
      The maximum number of results returned at one time. The default is 25.
    • nextToken

      public final String nextToken()

      The string that specifies the next page of results.

      Returns:
      The string that specifies the next page of results.
    • toBuilder

      public ListComponentsRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<ListComponentsRequest.Builder,ListComponentsRequest>
      Specified by:
      toBuilder in class IoTTwinMakerRequest
    • builder

      public static ListComponentsRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListComponentsRequest.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