Class ListDatasetsRequest

    • Constructor Detail

      • ListDatasetsRequest

        public ListDatasetsRequest()
    • Method Detail

      • setIdentityPoolId

        public void setIdentityPoolId​(String identityPoolId)
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Parameters:
        identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      • getIdentityPoolId

        public String getIdentityPoolId()
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Returns:
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      • withIdentityPoolId

        public ListDatasetsRequest withIdentityPoolId​(String identityPoolId)
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Parameters:
        identityPoolId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIdentityId

        public void setIdentityId​(String identityId)
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Parameters:
        identityId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      • getIdentityId

        public String getIdentityId()
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Returns:
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
      • withIdentityId

        public ListDatasetsRequest withIdentityId​(String identityId)
        A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Parameters:
        identityId - A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)
        A pagination token for obtaining the next page of results.
        Parameters:
        nextToken - A pagination token for obtaining the next page of results.
      • getNextToken

        public String getNextToken()
        A pagination token for obtaining the next page of results.
        Returns:
        A pagination token for obtaining the next page of results.
      • withNextToken

        public ListDatasetsRequest withNextToken​(String nextToken)
        A pagination token for obtaining the next page of results.
        Parameters:
        nextToken - A pagination token for obtaining the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults​(Integer maxResults)
        The maximum number of results to be returned.
        Parameters:
        maxResults - The maximum number of results to be returned.
      • getMaxResults

        public Integer getMaxResults()
        The maximum number of results to be returned.
        Returns:
        The maximum number of results to be returned.
      • withMaxResults

        public ListDatasetsRequest withMaxResults​(Integer maxResults)
        The maximum number of results to be returned.
        Parameters:
        maxResults - The maximum number of results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object