Class Change
- All Implemented Interfaces:
Serializable,Cloneable
The Change structure describes the changes AWS CloudFormation
will perform if you execute the change set.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.getType()The type of entity that AWS CloudFormation changes.inthashCode()voidsetResourceChange(ResourceChange resourceChange) AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.voidsetType(ChangeType type) The type of entity that AWS CloudFormation changes.voidThe type of entity that AWS CloudFormation changes.toString()Returns a string representation of this object; useful for testing and debugging.withResourceChange(ResourceChange resourceChange) AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.withType(ChangeType type) The type of entity that AWS CloudFormation changes.The type of entity that AWS CloudFormation changes.
-
Constructor Details
-
Change
public Change()
-
-
Method Details
-
setType
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 isResource.- See Also:
-
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:
-
withType
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 isResource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setType
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 isResource.- See Also:
-
withType
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 isResource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setResourceChange
A
ResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.- Parameters:
resourceChange- AResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.
-
getResourceChange
A
ResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.- Returns:
- A
ResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.
-
withResourceChange
A
ResourceChangestructure that describes the resource and action that AWS CloudFormation will perform.- Parameters:
resourceChange- AResourceChangestructure 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-