@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteLifecycleHookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.