Class ListArtifactsRequest

    • Method Detail

      • appId

        public final String appId()

        The unique ID for an Amplify app.

        Returns:
        The unique ID for an Amplify app.
      • branchName

        public final String branchName()

        The name of a branch that is part of an Amplify app.

        Returns:
        The name of a branch that is part of an Amplify app.
      • jobId

        public final String jobId()

        The unique ID for a job.

        Returns:
        The unique ID for a job.
      • nextToken

        public final String nextToken()

        A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

        Returns:
        A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.
      • maxResults

        public final Integer maxResults()

        The maximum number of records to list in a single response.

        Returns:
        The maximum number of records to list in a single response.
      • 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