@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListApplicationComponentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationComponentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationComponentCriteria()
Criteria for filtering the list of application components.
|
String |
getFilterValue()
Specify the value based on the application component criteria type.
|
List<Group> |
getGroupIdFilter()
The group ID specified in to filter on.
|
Integer |
getMaxResults()
The maximum number of items to include in the response.
|
String |
getNextToken()
The token from a previous call that you use to retrieve the next set of results.
|
String |
getSort()
Specifies whether to sort by ascending (
ASC) or descending (DESC) order. |
int |
hashCode() |
void |
setApplicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
|
void |
setFilterValue(String filterValue)
Specify the value based on the application component criteria type.
|
void |
setGroupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to include in the response.
|
void |
setNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results.
|
void |
setSort(String sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order. |
String |
toString()
Returns a string representation of this object.
|
ListApplicationComponentsRequest |
withApplicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)
Criteria for filtering the list of application components.
|
ListApplicationComponentsRequest |
withApplicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
|
ListApplicationComponentsRequest |
withFilterValue(String filterValue)
Specify the value based on the application component criteria type.
|
ListApplicationComponentsRequest |
withGroupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
|
ListApplicationComponentsRequest |
withGroupIdFilter(Group... groupIdFilter)
The group ID specified in to filter on.
|
ListApplicationComponentsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to include in the response.
|
ListApplicationComponentsRequest |
withNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results.
|
ListApplicationComponentsRequest |
withSort(SortOrder sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order. |
ListApplicationComponentsRequest |
withSort(String sort)
Specifies whether to sort by ascending (
ASC) or descending (DESC) order. |
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 setApplicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
applicationComponentCriteria - Criteria for filtering the list of application components.ApplicationComponentCriteriapublic String getApplicationComponentCriteria()
Criteria for filtering the list of application components.
ApplicationComponentCriteriapublic ListApplicationComponentsRequest withApplicationComponentCriteria(String applicationComponentCriteria)
Criteria for filtering the list of application components.
applicationComponentCriteria - Criteria for filtering the list of application components.ApplicationComponentCriteriapublic ListApplicationComponentsRequest withApplicationComponentCriteria(ApplicationComponentCriteria applicationComponentCriteria)
Criteria for filtering the list of application components.
applicationComponentCriteria - Criteria for filtering the list of application components.ApplicationComponentCriteriapublic void setFilterValue(String filterValue)
Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and filterValue is set to
server1, then ListApplicationComponents returns all the application components running on
server1.
filterValue - Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and filterValue is
set to server1, then ListApplicationComponents returns all the application components
running on server1.public String getFilterValue()
Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and filterValue is set to
server1, then ListApplicationComponents returns all the application components running on
server1.
applicationComponentCriteria is set to SERVER_ID and filterValue
is set to server1, then ListApplicationComponents returns all the application
components running on server1.public ListApplicationComponentsRequest withFilterValue(String filterValue)
Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and filterValue is set to
server1, then ListApplicationComponents returns all the application components running on
server1.
filterValue - Specify the value based on the application component criteria type. For example, if
applicationComponentCriteria is set to SERVER_ID and filterValue is
set to server1, then ListApplicationComponents returns all the application components
running on server1.public List<Group> getGroupIdFilter()
The group ID specified in to filter on.
public void setGroupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
groupIdFilter - The group ID specified in to filter on.public ListApplicationComponentsRequest withGroupIdFilter(Group... groupIdFilter)
The group ID specified in to filter on.
NOTE: This method appends the values to the existing list (if any). Use
setGroupIdFilter(java.util.Collection) or withGroupIdFilter(java.util.Collection) if you want
to override the existing values.
groupIdFilter - The group ID specified in to filter on.public ListApplicationComponentsRequest withGroupIdFilter(Collection<Group> groupIdFilter)
The group ID specified in to filter on.
groupIdFilter - The group ID specified in to filter on.public void setMaxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
maxResults - The maximum number of items to include in the response. The maximum value is 100.public Integer getMaxResults()
The maximum number of items to include in the response. The maximum value is 100.
public ListApplicationComponentsRequest withMaxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
maxResults - The maximum number of items to include in the response. The maximum value is 100.public void setNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call
to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results
along with a token. You then use the returned token to retrieve the next set of 10.
nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a
previous call to this action returned 100 items, but you set maxResults to 10. You'll receive
a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.public String getNextToken()
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call
to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results
along with a token. You then use the returned token to retrieve the next set of 10.
maxResults to 10. You'll
receive a set of 10 results along with a token. You then use the returned token to retrieve the next set
of 10.public ListApplicationComponentsRequest withNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call
to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results
along with a token. You then use the returned token to retrieve the next set of 10.
nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a
previous call to this action returned 100 items, but you set maxResults to 10. You'll receive
a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.public void setSort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.SortOrderpublic String getSort()
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
ASC) or descending (DESC) order.SortOrderpublic ListApplicationComponentsRequest withSort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.SortOrderpublic ListApplicationComponentsRequest withSort(SortOrder sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListApplicationComponentsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()