public class Change extends Object implements Serializable, Cloneable
The Change structure describes the changes AWS CloudFormation
will perform if you execute the change set.
| Constructor and Description |
|---|
Change() |
| Modifier and Type | Method and Description |
|---|---|
Change |
clone() |
boolean |
equals(Object obj) |
ResourceChange |
getResourceChange()
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
String |
getType()
The type of entity that AWS CloudFormation changes.
|
int |
hashCode() |
void |
setResourceChange(ResourceChange resourceChange)
A
ResourceChange 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 |
setType(String type)
The type of entity that AWS CloudFormation changes.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Change |
withResourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
Change |
withType(ChangeType type)
The type of entity that AWS CloudFormation changes.
|
Change |
withType(String type)
The type of entity that AWS CloudFormation changes.
|
public void setType(String type)
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource.
type - The type of entity that AWS CloudFormation changes. Currently, the
only entity type is Resource.ChangeTypepublic String getType()
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource.
Resource.ChangeTypepublic Change withType(String type)
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource.
type - The type of entity that AWS CloudFormation changes. Currently, the
only entity type is Resource.ChangeTypepublic void setType(ChangeType type)
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource.
type - The type of entity that AWS CloudFormation changes. Currently, the
only entity type is Resource.ChangeTypepublic Change withType(ChangeType type)
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource.
type - The type of entity that AWS CloudFormation changes. Currently, the
only entity type is Resource.ChangeTypepublic void setResourceChange(ResourceChange resourceChange)
A ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform.
resourceChange - A ResourceChange structure that describes the
resource and action that AWS CloudFormation will perform.public ResourceChange getResourceChange()
A ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform.
ResourceChange structure that describes the
resource and action that AWS CloudFormation will perform.public Change withResourceChange(ResourceChange resourceChange)
A ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform.
resourceChange - A ResourceChange structure that describes the
resource and action that AWS CloudFormation will perform.public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.