@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccountAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAccountAssociationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBillingPeriod()
The preferred billing period to get account associations.
|
ListAccountAssociationsFilter |
getFilters()
The filter on the account ID of the linked account, or any of the following:
|
String |
getNextToken()
The pagination token that's used on subsequent calls to retrieve accounts.
|
int |
hashCode() |
void |
setBillingPeriod(String billingPeriod)
The preferred billing period to get account associations.
|
void |
setFilters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
|
void |
setNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
|
String |
toString()
Returns a string representation of this object.
|
ListAccountAssociationsRequest |
withBillingPeriod(String billingPeriod)
The preferred billing period to get account associations.
|
ListAccountAssociationsRequest |
withFilters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
|
ListAccountAssociationsRequest |
withNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
|
addHandlerContext, copyBaseTo, 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 setBillingPeriod(String billingPeriod)
The preferred billing period to get account associations.
billingPeriod - The preferred billing period to get account associations.public String getBillingPeriod()
The preferred billing period to get account associations.
public ListAccountAssociationsRequest withBillingPeriod(String billingPeriod)
The preferred billing period to get account associations.
billingPeriod - The preferred billing period to get account associations.public void setFilters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
filters - The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
public ListAccountAssociationsFilter getFilters()
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
public ListAccountAssociationsRequest withFilters(ListAccountAssociationsFilter filters)
The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
filters - The filter on the account ID of the linked account, or any of the following:
MONITORED: linked accounts that are associated to billing groups.
UNMONITORED: linked accounts that aren't associated to billing groups.
Billing Group Arn: linked accounts that are associated to the provided billing group Arn.
public void setNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
nextToken - The pagination token that's used on subsequent calls to retrieve accounts.public String getNextToken()
The pagination token that's used on subsequent calls to retrieve accounts.
public ListAccountAssociationsRequest withNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve accounts.
nextToken - The pagination token that's used on subsequent calls to retrieve accounts.public String toString()
toString in class ObjectObject.toString()public ListAccountAssociationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.