public class Change
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The Change
structure describes the changes AWS CloudFormation
will perform if you execute the change set.
Modifier and Type | Field and Description |
---|---|
private ResourceChange |
resourceChange
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
private java.lang.String |
type
The type of entity that AWS CloudFormation changes.
|
Constructor and Description |
---|
Change() |
Modifier and Type | Method and Description |
---|---|
Change |
clone() |
boolean |
equals(java.lang.Object obj) |
ResourceChange |
getResourceChange()
A
ResourceChange structure that describes the resource and
action that AWS CloudFormation will perform. |
java.lang.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(java.lang.String type)
The type of entity that AWS CloudFormation changes.
|
java.lang.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(java.lang.String type)
The type of entity that AWS CloudFormation changes.
|
private java.lang.String type
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource
.
private ResourceChange resourceChange
A ResourceChange
structure that describes the resource and
action that AWS CloudFormation will perform.
public void setType(java.lang.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
.ChangeType
public java.lang.String getType()
The type of entity that AWS CloudFormation changes. Currently, the only
entity type is Resource
.
Resource
.ChangeType
public Change withType(java.lang.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
.ChangeType
public 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
.ChangeType
public 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
.ChangeType
public 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Change clone()
clone
in class java.lang.Object