JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.apigateway.model

Class CreateResourceResult

    • Constructor Detail

      • CreateResourceResult

        public CreateResourceResult()
    • Method Detail

      • setId

        public void setId(String id)

        The resource's identifier.

        Parameters:
        id - The resource's identifier.
      • getId

        public String getId()

        The resource's identifier.

        Returns:
        The resource's identifier.
      • withId

        public CreateResourceResult withId(String id)

        The resource's identifier.

        Parameters:
        id - The resource's identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParentId

        public void setParentId(String parentId)

        The parent resource's identifier.

        Parameters:
        parentId - The parent resource's identifier.
      • getParentId

        public String getParentId()

        The parent resource's identifier.

        Returns:
        The parent resource's identifier.
      • withParentId

        public CreateResourceResult withParentId(String parentId)

        The parent resource's identifier.

        Parameters:
        parentId - The parent resource's identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPathPart

        public void setPathPart(String pathPart)

        The last path segment for this resource.

        Parameters:
        pathPart - The last path segment for this resource.
      • getPathPart

        public String getPathPart()

        The last path segment for this resource.

        Returns:
        The last path segment for this resource.
      • withPathPart

        public CreateResourceResult withPathPart(String pathPart)

        The last path segment for this resource.

        Parameters:
        pathPart - The last path segment for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPath

        public void setPath(String path)

        The full path for this resource.

        Parameters:
        path - The full path for this resource.
      • getPath

        public String getPath()

        The full path for this resource.

        Returns:
        The full path for this resource.
      • withPath

        public CreateResourceResult withPath(String path)

        The full path for this resource.

        Parameters:
        path - The full path for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getResourceMethods

        public Map<String,Method> getResourceMethods()

        Gets an API resource's method of a given HTTP verb.

        Returns:
        Gets an API resource's method of a given HTTP verb.
      • setResourceMethods

        public void setResourceMethods(Map<String,Method> resourceMethods)

        Gets an API resource's method of a given HTTP verb.

        Parameters:
        resourceMethods - Gets an API resource's method of a given HTTP verb.
      • withResourceMethods

        public CreateResourceResult withResourceMethods(Map<String,Method> resourceMethods)

        Gets an API resource's method of a given HTTP verb.

        Parameters:
        resourceMethods - Gets an API resource's method of a given HTTP verb.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearResourceMethodsEntries

        public CreateResourceResult clearResourceMethodsEntries()
        Removes all the entries added into ResourceMethods.
        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /