@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAlarmContributorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAlarmContributorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAlarmContributorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAlarmName()
The name of the alarm for which to retrieve contributor information.
|
String |
getNextToken()
The token returned by a previous call to indicate that there is more data available.
|
int |
hashCode() |
void |
setAlarmName(String alarmName)
The name of the alarm for which to retrieve contributor information.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAlarmContributorsRequest |
withAlarmName(String alarmName)
The name of the alarm for which to retrieve contributor information.
|
DescribeAlarmContributorsRequest |
withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
|
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, withSdkRequestTimeoutpublic void setAlarmName(String alarmName)
The name of the alarm for which to retrieve contributor information.
alarmName - The name of the alarm for which to retrieve contributor information.public String getAlarmName()
The name of the alarm for which to retrieve contributor information.
public DescribeAlarmContributorsRequest withAlarmName(String alarmName)
The name of the alarm for which to retrieve contributor information.
alarmName - The name of the alarm for which to retrieve contributor information.public void setNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken - The token returned by a previous call to indicate that there is more data available.public String getNextToken()
The token returned by a previous call to indicate that there is more data available.
public DescribeAlarmContributorsRequest withNextToken(String nextToken)
The token returned by a previous call to indicate that there is more data available.
nextToken - The token returned by a previous call to indicate that there is more data available.public String toString()
toString in class ObjectObject.toString()public DescribeAlarmContributorsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()