@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPlatformBranchesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListPlatformBranchesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListPlatformBranchesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<SearchFilter> |
getFilters()
Criteria for restricting the resulting list of platform branches.
|
Integer |
getMaxRecords()
The maximum number of platform branch values returned in one call.
|
String |
getNextToken()
For a paginated request.
|
int |
hashCode() |
void |
setFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of platform branch values returned in one call.
|
void |
setNextToken(String nextToken)
For a paginated request.
|
String |
toString()
Returns a string representation of this object.
|
ListPlatformBranchesRequest |
withFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest |
withFilters(SearchFilter... filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of platform branch values returned in one call.
|
ListPlatformBranchesRequest |
withNextToken(String nextToken)
For a paginated request.
|
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 List<SearchFilter> getFilters()
Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most operators
take a single value. The in and not_in operators can take multiple values.
Attribute = BranchName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated | retired
Attribute = PlatformName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most
operators take a single value. The in and not_in operators can take multiple
values.
Attribute = BranchName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated |
retired
Attribute = PlatformName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
public void setFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most operators
take a single value. The in and not_in operators can take multiple values.
Attribute = BranchName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated | retired
Attribute = PlatformName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
filters - Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most
operators take a single value. The in and not_in operators can take multiple
values.
Attribute = BranchName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated |
retired
Attribute = PlatformName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
public ListPlatformBranchesRequest withFilters(SearchFilter... filters)
Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most operators
take a single value. The in and not_in operators can take multiple values.
Attribute = BranchName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated | retired
Attribute = PlatformName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most
operators take a single value. The in and not_in operators can take multiple
values.
Attribute = BranchName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated |
retired
Attribute = PlatformName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
public ListPlatformBranchesRequest withFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most operators
take a single value. The in and not_in operators can take multiple values.
Attribute = BranchName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated | retired
Attribute = PlatformName:
Operator: = | != | begins_with | ends_with |
contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
filters - Criteria for restricting the resulting list of platform branches. The filter is evaluated as a logical
conjunction (AND) of the separate SearchFilter terms.
The following list shows valid attribute values for each of the SearchFilter terms. Most
operators take a single value. The in and not_in operators can take multiple
values.
Attribute = BranchName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = LifecycleState:
Operator: = | != | in | not_in
Values: beta | supported | deprecated |
retired
Attribute = PlatformName:
Operator: = | != | begins_with |
ends_with | contains | in | not_in
Attribute = TierType:
Operator: = | !=
Values: WebServer/Standard | Worker/SQS/HTTP
Array size: limited to 10 SearchFilter objects.
Within each SearchFilter item, the Values array is limited to 10 items.
public void setMaxRecords(Integer maxRecords)
The maximum number of platform branch values returned in one call.
maxRecords - The maximum number of platform branch values returned in one call.public Integer getMaxRecords()
The maximum number of platform branch values returned in one call.
public ListPlatformBranchesRequest withMaxRecords(Integer maxRecords)
The maximum number of platform branch values returned in one call.
maxRecords - The maximum number of platform branch values returned in one call.public void setNextToken(String nextToken)
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken is specified, the first page is retrieved.
nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page.
All other parameter values must be identical to the ones specified in the initial request.
If no NextToken is specified, the first page is retrieved.
public String getNextToken()
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken is specified, the first page is retrieved.
If no NextToken is specified, the first page is retrieved.
public ListPlatformBranchesRequest withNextToken(String nextToken)
For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.
If no NextToken is specified, the first page is retrieved.
nextToken - For a paginated request. Specify a token from a previous response page to retrieve the next response page.
All other parameter values must be identical to the ones specified in the initial request.
If no NextToken is specified, the first page is retrieved.
public String toString()
toString in class ObjectObject.toString()public ListPlatformBranchesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()