@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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
.ChangeType
public String getType()
The type of entity that AWS CloudFormation changes. Currently, the only entity type is Resource
.
Resource
.ChangeType
public 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
.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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.