@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Change extends Object implements Serializable, Cloneable
The Change structure describes the changes 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 CloudFormation will perform. |
String |
getType()
The type of entity that CloudFormation changes.
|
int |
hashCode() |
void |
setResourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will perform. |
void |
setType(ChangeType type)
The type of entity that CloudFormation changes.
|
void |
setType(String type)
The type of entity that CloudFormation changes.
|
String |
toString()
Returns a string representation of this object.
|
Change |
withResourceChange(ResourceChange resourceChange)
A
ResourceChange structure that describes the resource and action that CloudFormation will perform. |
Change |
withType(ChangeType type)
The type of entity that CloudFormation changes.
|
Change |
withType(String type)
The type of entity that CloudFormation changes.
|
public void setType(String type)
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that CloudFormation changes. Currently, the only entity type is Resource.ChangeTypepublic String getType()
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
Resource.ChangeTypepublic Change withType(String type)
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that CloudFormation changes. Currently, the only entity type is Resource.ChangeTypepublic void setType(ChangeType type)
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that CloudFormation changes. Currently, the only entity type is Resource.ChangeTypepublic Change withType(ChangeType type)
The type of entity that CloudFormation changes. Currently, the only entity type is Resource.
type - The type of entity that CloudFormation changes. Currently, the only entity type is Resource.ChangeTypepublic void setResourceChange(ResourceChange resourceChange)
A ResourceChange structure that describes the resource and action that CloudFormation will perform.
resourceChange - A ResourceChange structure that describes the resource and action that CloudFormation will
perform.public ResourceChange getResourceChange()
A ResourceChange structure that describes the resource and action that CloudFormation will perform.
ResourceChange structure that describes the resource and action that CloudFormation will
perform.public Change withResourceChange(ResourceChange resourceChange)
A ResourceChange structure that describes the resource and action that CloudFormation will perform.
resourceChange - A ResourceChange structure that describes the resource and action that CloudFormation will
perform.public String toString()
toString in class ObjectObject.toString()Copyright © 2022. All rights reserved.