Interface TemplateVersionsResponse.Builder

    • Method Detail

      • item

        TemplateVersionsResponse.Builder item​(Collection<TemplateVersionResponse> item)

        An array of responses, one for each version of the message template.

        Parameters:
        item - An array of responses, one for each version of the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • item

        TemplateVersionsResponse.Builder item​(TemplateVersionResponse... item)

        An array of responses, one for each version of the message template.

        Parameters:
        item - An array of responses, one for each version of the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        TemplateVersionsResponse.Builder message​(String message)

        The message that's returned from the API for the request to retrieve information about all the versions of the message template.

        Parameters:
        message - The message that's returned from the API for the request to retrieve information about all the versions of the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        TemplateVersionsResponse.Builder nextToken​(String nextToken)

        The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

        Parameters:
        nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestID

        TemplateVersionsResponse.Builder requestID​(String requestID)

        The unique identifier for the request to retrieve information about all the versions of the message template.

        Parameters:
        requestID - The unique identifier for the request to retrieve information about all the versions of the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.