@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCloudWatchAlarmTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCloudWatchAlarmTemplatesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCloudWatchAlarmTemplatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupIdentifier()
A cloudwatch alarm template group's identifier.
|
Integer |
getMaxResults() |
String |
getNextToken()
A token used to retrieve the next set of results in paginated list responses.
|
String |
getScope()
Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
|
String |
getSignalMapIdentifier()
A signal map's identifier.
|
int |
hashCode() |
void |
setGroupIdentifier(String groupIdentifier)
A cloudwatch alarm template group's identifier.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken)
A token used to retrieve the next set of results in paginated list responses.
|
void |
setScope(String scope)
Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
|
void |
setSignalMapIdentifier(String signalMapIdentifier)
A signal map's identifier.
|
String |
toString()
Returns a string representation of this object.
|
ListCloudWatchAlarmTemplatesRequest |
withGroupIdentifier(String groupIdentifier)
A cloudwatch alarm template group's identifier.
|
ListCloudWatchAlarmTemplatesRequest |
withMaxResults(Integer maxResults) |
ListCloudWatchAlarmTemplatesRequest |
withNextToken(String nextToken)
A token used to retrieve the next set of results in paginated list responses.
|
ListCloudWatchAlarmTemplatesRequest |
withScope(String scope)
Represents the scope of a resource, with options for all scopes, AWS provided resources, or local resources.
|
ListCloudWatchAlarmTemplatesRequest |
withSignalMapIdentifier(String signalMapIdentifier)
A signal map's identifier.
|
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 setGroupIdentifier(String groupIdentifier)
groupIdentifier
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.public String getGroupIdentifier()
public ListCloudWatchAlarmTemplatesRequest withGroupIdentifier(String groupIdentifier)
groupIdentifier
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListCloudWatchAlarmTemplatesRequest withMaxResults(Integer maxResults)
maxResults
- public void setNextToken(String nextToken)
nextToken
- A token used to retrieve the next set of results in paginated list responses.public String getNextToken()
public ListCloudWatchAlarmTemplatesRequest withNextToken(String nextToken)
nextToken
- A token used to retrieve the next set of results in paginated list responses.public void setScope(String scope)
scope
- Represents the scope of a resource, with options for all scopes, AWS provided resources, or local
resources.public String getScope()
public ListCloudWatchAlarmTemplatesRequest withScope(String scope)
scope
- Represents the scope of a resource, with options for all scopes, AWS provided resources, or local
resources.public void setSignalMapIdentifier(String signalMapIdentifier)
signalMapIdentifier
- A signal map's identifier. Can be either be its id or current name.public String getSignalMapIdentifier()
public ListCloudWatchAlarmTemplatesRequest withSignalMapIdentifier(String signalMapIdentifier)
signalMapIdentifier
- A signal map's identifier. Can be either be its id or current name.public String toString()
toString
in class Object
Object.toString()
public ListCloudWatchAlarmTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()