Class DescribeLifecycleHookTypesResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanOne or more of the following notification types:inthashCode()voidsetLifecycleHookTypes(Collection<String> lifecycleHookTypes) One or more of the following notification types:toString()Returns a string representation of this object; useful for testing and debugging.withLifecycleHookTypes(String... lifecycleHookTypes) One or more of the following notification types:withLifecycleHookTypes(Collection<String> lifecycleHookTypes) One or more of the following notification types:
-
Constructor Details
-
DescribeLifecycleHookTypesResult
public DescribeLifecycleHookTypesResult()
-
-
Method Details
-
getLifecycleHookTypes
One or more of the following notification types:
-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
- Returns:
- One or more of the following notification types:
-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
-
-
-
setLifecycleHookTypes
One or more of the following notification types:
-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
- Parameters:
lifecycleHookTypes- One or more of the following notification types:-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
-
-
-
withLifecycleHookTypes
One or more of the following notification types:
-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
NOTE: This method appends the values to the existing list (if any). Use
setLifecycleHookTypes(java.util.Collection)orwithLifecycleHookTypes(java.util.Collection)if you want to override the existing values.- Parameters:
lifecycleHookTypes- One or more of the following notification types:-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
withLifecycleHookTypes
public DescribeLifecycleHookTypesResult withLifecycleHookTypes(Collection<String> lifecycleHookTypes) One or more of the following notification types:
-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
- Parameters:
lifecycleHookTypes- One or more of the following notification types:-
autoscaling:EC2_INSTANCE_LAUNCHING -
autoscaling:EC2_INSTANCE_TERMINATING
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-