@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChangeSetHooksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeChangeSetHooksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeChangeSetHooksResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeSetId()
The change set identifier (stack ID).
|
String |
getChangeSetName()
The change set name.
|
List<ChangeSetHook> |
getHooks()
List of hook objects.
|
String |
getNextToken()
Pagination token,
null or empty if no more results. |
String |
getStackId()
The stack identifier (stack ID).
|
String |
getStackName()
The stack name.
|
String |
getStatus()
Provides the status of the change set hook.
|
int |
hashCode() |
void |
setChangeSetId(String changeSetId)
The change set identifier (stack ID).
|
void |
setChangeSetName(String changeSetName)
The change set name.
|
void |
setHooks(Collection<ChangeSetHook> hooks)
List of hook objects.
|
void |
setNextToken(String nextToken)
Pagination token,
null or empty if no more results. |
void |
setStackId(String stackId)
The stack identifier (stack ID).
|
void |
setStackName(String stackName)
The stack name.
|
void |
setStatus(String status)
Provides the status of the change set hook.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChangeSetHooksResult |
withChangeSetId(String changeSetId)
The change set identifier (stack ID).
|
DescribeChangeSetHooksResult |
withChangeSetName(String changeSetName)
The change set name.
|
DescribeChangeSetHooksResult |
withHooks(ChangeSetHook... hooks)
List of hook objects.
|
DescribeChangeSetHooksResult |
withHooks(Collection<ChangeSetHook> hooks)
List of hook objects.
|
DescribeChangeSetHooksResult |
withNextToken(String nextToken)
Pagination token,
null or empty if no more results. |
DescribeChangeSetHooksResult |
withStackId(String stackId)
The stack identifier (stack ID).
|
DescribeChangeSetHooksResult |
withStackName(String stackName)
The stack name.
|
DescribeChangeSetHooksResult |
withStatus(ChangeSetHooksStatus status)
Provides the status of the change set hook.
|
DescribeChangeSetHooksResult |
withStatus(String status)
Provides the status of the change set hook.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChangeSetId(String changeSetId)
The change set identifier (stack ID).
changeSetId
- The change set identifier (stack ID).public String getChangeSetId()
The change set identifier (stack ID).
public DescribeChangeSetHooksResult withChangeSetId(String changeSetId)
The change set identifier (stack ID).
changeSetId
- The change set identifier (stack ID).public void setChangeSetName(String changeSetName)
The change set name.
changeSetName
- The change set name.public String getChangeSetName()
The change set name.
public DescribeChangeSetHooksResult withChangeSetName(String changeSetName)
The change set name.
changeSetName
- The change set name.public List<ChangeSetHook> getHooks()
List of hook objects.
public void setHooks(Collection<ChangeSetHook> hooks)
List of hook objects.
hooks
- List of hook objects.public DescribeChangeSetHooksResult withHooks(ChangeSetHook... hooks)
List of hook objects.
NOTE: This method appends the values to the existing list (if any). Use
setHooks(java.util.Collection)
or withHooks(java.util.Collection)
if you want to override the
existing values.
hooks
- List of hook objects.public DescribeChangeSetHooksResult withHooks(Collection<ChangeSetHook> hooks)
List of hook objects.
hooks
- List of hook objects.public void setStatus(String status)
Provides the status of the change set hook.
status
- Provides the status of the change set hook.ChangeSetHooksStatus
public String getStatus()
Provides the status of the change set hook.
ChangeSetHooksStatus
public DescribeChangeSetHooksResult withStatus(String status)
Provides the status of the change set hook.
status
- Provides the status of the change set hook.ChangeSetHooksStatus
public DescribeChangeSetHooksResult withStatus(ChangeSetHooksStatus status)
Provides the status of the change set hook.
status
- Provides the status of the change set hook.ChangeSetHooksStatus
public void setNextToken(String nextToken)
Pagination token, null
or empty if no more results.
nextToken
- Pagination token, null
or empty if no more results.public String getNextToken()
Pagination token, null
or empty if no more results.
null
or empty if no more results.public DescribeChangeSetHooksResult withNextToken(String nextToken)
Pagination token, null
or empty if no more results.
nextToken
- Pagination token, null
or empty if no more results.public void setStackId(String stackId)
The stack identifier (stack ID).
stackId
- The stack identifier (stack ID).public String getStackId()
The stack identifier (stack ID).
public DescribeChangeSetHooksResult withStackId(String stackId)
The stack identifier (stack ID).
stackId
- The stack identifier (stack ID).public void setStackName(String stackName)
The stack name.
stackName
- The stack name.public String getStackName()
The stack name.
public DescribeChangeSetHooksResult withStackName(String stackName)
The stack name.
stackName
- The stack name.public String toString()
toString
in class Object
Object.toString()
public DescribeChangeSetHooksResult clone()