public class DeleteLifecycleHookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteLifecycleHookRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteLifecycleHookRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group for the lifecycle hook.
|
String |
getLifecycleHookName()
The name of the lifecycle hook.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
|
void |
setLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteLifecycleHookRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
|
DeleteLifecycleHookRequest |
withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName - The name of the lifecycle hook.public String getLifecycleHookName()
The name of the lifecycle hook.
public DeleteLifecycleHookRequest withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName - The name of the lifecycle hook.public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
autoScalingGroupName - The name of the Auto Scaling group for the lifecycle hook.public String getAutoScalingGroupName()
The name of the Auto Scaling group for the lifecycle hook.
public DeleteLifecycleHookRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group for the lifecycle hook.
autoScalingGroupName - The name of the Auto Scaling group for the lifecycle hook.public String toString()
toString in class ObjectObject.toString()public DeleteLifecycleHookRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.