Class ListEndpointsByPlatformApplicationRequest

    • Constructor Detail

      • ListEndpointsByPlatformApplicationRequest

        public ListEndpointsByPlatformApplicationRequest()
    • Method Detail

      • setPlatformApplicationArn

        public void setPlatformApplicationArn​(String platformApplicationArn)

        PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

        Parameters:
        platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
      • getPlatformApplicationArn

        public String getPlatformApplicationArn()

        PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

        Returns:
        PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
      • withPlatformApplicationArn

        public ListEndpointsByPlatformApplicationRequest withPlatformApplicationArn​(String platformApplicationArn)

        PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

        Parameters:
        platformApplicationArn - PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

        Parameters:
        nextToken - NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
      • getNextToken

        public String getNextToken()

        NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

        Returns:
        NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
      • withNextToken

        public ListEndpointsByPlatformApplicationRequest withNextToken​(String nextToken)

        NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

        Parameters:
        nextToken - NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
        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