Class Change

    • Constructor Detail

      • Change

        public Change()
    • Method Detail

      • setType

        public void setType​(String type)

        The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

        Parameters:
        type - The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
        See Also:
        ChangeType
      • getType

        public String getType()

        The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

        Returns:
        The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
        See Also:
        ChangeType
      • withType

        public Change withType​(String type)

        The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

        Parameters:
        type - The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeType
      • setType

        public void setType​(ChangeType type)

        The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

        Parameters:
        type - The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
        See Also:
        ChangeType
      • withType

        public Change withType​(ChangeType type)

        The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.

        Parameters:
        type - The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeType
      • setResourceChange

        public void setResourceChange​(ResourceChange resourceChange)

        A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

        Parameters:
        resourceChange - A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
      • getResourceChange

        public ResourceChange getResourceChange()

        A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

        Returns:
        A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
      • withResourceChange

        public Change withResourceChange​(ResourceChange resourceChange)

        A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.

        Parameters:
        resourceChange - A ResourceChange structure that describes the resource and action that AWS CloudFormation will perform.
        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