@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCloudWatchAlarmTemplateGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListCloudWatchAlarmTemplateGroupsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListCloudWatchAlarmTemplateGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<CloudWatchAlarmTemplateGroupSummary> |
getCloudWatchAlarmTemplateGroups() |
String |
getNextToken()
A token used to retrieve the next set of results in paginated list responses.
|
int |
hashCode() |
void |
setCloudWatchAlarmTemplateGroups(Collection<CloudWatchAlarmTemplateGroupSummary> cloudWatchAlarmTemplateGroups) |
void |
setNextToken(String nextToken)
A token used to retrieve the next set of results in paginated list responses.
|
String |
toString()
Returns a string representation of this object.
|
ListCloudWatchAlarmTemplateGroupsResult |
withCloudWatchAlarmTemplateGroups(CloudWatchAlarmTemplateGroupSummary... cloudWatchAlarmTemplateGroups)
NOTE: This method appends the values to the existing list (if any).
|
ListCloudWatchAlarmTemplateGroupsResult |
withCloudWatchAlarmTemplateGroups(Collection<CloudWatchAlarmTemplateGroupSummary> cloudWatchAlarmTemplateGroups) |
ListCloudWatchAlarmTemplateGroupsResult |
withNextToken(String nextToken)
A token used to retrieve the next set of results in paginated list responses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListCloudWatchAlarmTemplateGroupsResult()
public List<CloudWatchAlarmTemplateGroupSummary> getCloudWatchAlarmTemplateGroups()
public void setCloudWatchAlarmTemplateGroups(Collection<CloudWatchAlarmTemplateGroupSummary> cloudWatchAlarmTemplateGroups)
cloudWatchAlarmTemplateGroups - public ListCloudWatchAlarmTemplateGroupsResult withCloudWatchAlarmTemplateGroups(CloudWatchAlarmTemplateGroupSummary... cloudWatchAlarmTemplateGroups)
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchAlarmTemplateGroups(java.util.Collection) or
withCloudWatchAlarmTemplateGroups(java.util.Collection) if you want to override the existing values.
cloudWatchAlarmTemplateGroups - public ListCloudWatchAlarmTemplateGroupsResult withCloudWatchAlarmTemplateGroups(Collection<CloudWatchAlarmTemplateGroupSummary> cloudWatchAlarmTemplateGroups)
cloudWatchAlarmTemplateGroups - public void setNextToken(String nextToken)
nextToken - A token used to retrieve the next set of results in paginated list responses.public String getNextToken()
public ListCloudWatchAlarmTemplateGroupsResult withNextToken(String nextToken)
nextToken - A token used to retrieve the next set of results in paginated list responses.public String toString()
toString in class ObjectObject.toString()public ListCloudWatchAlarmTemplateGroupsResult clone()