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()
boolean
AResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.getType()
The type of entity that AWS CloudFormation changes.int
hashCode()
void
setResourceChange
(ResourceChange resourceChange) AResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.void
setType
(ChangeType type) The type of entity that AWS CloudFormation changes.void
The type of entity that AWS CloudFormation changes.toString()
Returns a string representation of this object; useful for testing and debugging.withResourceChange
(ResourceChange resourceChange) AResourceChange
structure 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
ResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.- Parameters:
resourceChange
- AResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.
-
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
A
ResourceChange
structure that describes the resource and action that AWS CloudFormation will perform.- Parameters:
resourceChange
- AResourceChange
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-