@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAutoScalingNotificationTypesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAutoScalingNotificationTypesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAutoScalingNotificationTypesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAutoScalingNotificationTypes()
The notification types.
|
int |
hashCode() |
void |
setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
The notification types.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
The notification types.
|
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(String... autoScalingNotificationTypes)
The notification types.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAutoScalingNotificationTypesResult()
public List<String> getAutoScalingNotificationTypes()
The notification types.
public void setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
The notification types.
autoScalingNotificationTypes
- The notification types.public DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(String... autoScalingNotificationTypes)
The notification types.
NOTE: This method appends the values to the existing list (if any). Use
setAutoScalingNotificationTypes(java.util.Collection)
or
withAutoScalingNotificationTypes(java.util.Collection)
if you want to override the existing values.
autoScalingNotificationTypes
- The notification types.public DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
The notification types.
autoScalingNotificationTypes
- The notification types.public String toString()
toString
in class Object
Object.toString()
public DescribeAutoScalingNotificationTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.