@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) |
Integer |
getHookInvocationCount()
Is either
null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource. |
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 |
setHookInvocationCount(Integer hookInvocationCount)
Is either
null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource. |
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 |
withHookInvocationCount(Integer hookInvocationCount)
Is either
null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource. |
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.
Resource This change is for a resource.
type - The type of entity that CloudFormation changes.
Resource This change is for a resource.
ChangeTypepublic String getType()
The type of entity that CloudFormation changes.
Resource This change is for a resource.
Resource This change is for a resource.
ChangeTypepublic Change withType(String type)
The type of entity that CloudFormation changes.
Resource This change is for a resource.
type - The type of entity that CloudFormation changes.
Resource This change is for a resource.
ChangeTypepublic void setType(ChangeType type)
The type of entity that CloudFormation changes.
Resource This change is for a resource.
type - The type of entity that CloudFormation changes.
Resource This change is for a resource.
ChangeTypepublic Change withType(ChangeType type)
The type of entity that CloudFormation changes.
Resource This change is for a resource.
type - The type of entity that CloudFormation changes.
Resource This change is for a resource.
ChangeTypepublic void setHookInvocationCount(Integer hookInvocationCount)
Is either null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource.
hookInvocationCount - Is either null, if no hooks invoke for the resource, or contains the number of hooks that
will invoke for the resource.public Integer getHookInvocationCount()
Is either null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource.
null, if no hooks invoke for the resource, or contains the number of hooks that
will invoke for the resource.public Change withHookInvocationCount(Integer hookInvocationCount)
Is either null, if no hooks invoke for the resource, or contains the number of hooks that will
invoke for the resource.
hookInvocationCount - Is either null, if no hooks invoke for the resource, or contains the number of hooks that
will invoke for the resource.public 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()