Interface ListTemplatesResponse.Builder

    • Method Detail

      • templateSummaryList

        ListTemplatesResponse.Builder templateSummaryList​(Collection<TemplateSummary> templateSummaryList)

        A structure containing information about the templates in the list.

        Parameters:
        templateSummaryList - A structure containing information about the templates in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateSummaryList

        ListTemplatesResponse.Builder templateSummaryList​(TemplateSummary... templateSummaryList)

        A structure containing information about the templates in the list.

        Parameters:
        templateSummaryList - A structure containing information about the templates in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTemplatesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListTemplatesResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        ListTemplatesResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.