@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSubscribersForNotificationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request of DescribeSubscribersForNotification
NOOP
Constructor and Description |
---|
DescribeSubscribersForNotificationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSubscribersForNotificationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The
accountId that is associated with the budget whose subscribers you want descriptions of. |
String |
getBudgetName()
The name of the budget whose subscribers you want descriptions of.
|
Integer |
getMaxResults()
An optional integer that represents how many entries a paginated response contains.
|
String |
getNextToken()
The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.
|
Notification |
getNotification()
The notification whose subscribers you want to list.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
accountId that is associated with the budget whose subscribers you want descriptions of. |
void |
setBudgetName(String budgetName)
The name of the budget whose subscribers you want descriptions of.
|
void |
setMaxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
|
void |
setNextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.
|
void |
setNotification(Notification notification)
The notification whose subscribers you want to list.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSubscribersForNotificationRequest |
withAccountId(String accountId)
The
accountId that is associated with the budget whose subscribers you want descriptions of. |
DescribeSubscribersForNotificationRequest |
withBudgetName(String budgetName)
The name of the budget whose subscribers you want descriptions of.
|
DescribeSubscribersForNotificationRequest |
withMaxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
|
DescribeSubscribersForNotificationRequest |
withNextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.
|
DescribeSubscribersForNotificationRequest |
withNotification(Notification notification)
The notification whose subscribers you want to list.
|
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 DescribeSubscribersForNotificationRequest()
public void setAccountId(String accountId)
The accountId
that is associated with the budget whose subscribers you want descriptions of.
accountId
- The accountId
that is associated with the budget whose subscribers you want descriptions of.public String getAccountId()
The accountId
that is associated with the budget whose subscribers you want descriptions of.
accountId
that is associated with the budget whose subscribers you want descriptions of.public DescribeSubscribersForNotificationRequest withAccountId(String accountId)
The accountId
that is associated with the budget whose subscribers you want descriptions of.
accountId
- The accountId
that is associated with the budget whose subscribers you want descriptions of.public void setBudgetName(String budgetName)
The name of the budget whose subscribers you want descriptions of.
budgetName
- The name of the budget whose subscribers you want descriptions of.public String getBudgetName()
The name of the budget whose subscribers you want descriptions of.
public DescribeSubscribersForNotificationRequest withBudgetName(String budgetName)
The name of the budget whose subscribers you want descriptions of.
budgetName
- The name of the budget whose subscribers you want descriptions of.public void setNotification(Notification notification)
The notification whose subscribers you want to list.
notification
- The notification whose subscribers you want to list.public Notification getNotification()
The notification whose subscribers you want to list.
public DescribeSubscribersForNotificationRequest withNotification(Notification notification)
The notification whose subscribers you want to list.
notification
- The notification whose subscribers you want to list.public void setMaxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
maxResults
- An optional integer that represents how many entries a paginated response contains.public Integer getMaxResults()
An optional integer that represents how many entries a paginated response contains.
public DescribeSubscribersForNotificationRequest withMaxResults(Integer maxResults)
An optional integer that represents how many entries a paginated response contains.
maxResults
- An optional integer that represents how many entries a paginated response contains.public void setNextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
nextToken
- The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.public String getNextToken()
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
public DescribeSubscribersForNotificationRequest withNextToken(String nextToken)
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
nextToken
- The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.public String toString()
toString
in class Object
Object.toString()
public DescribeSubscribersForNotificationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()