@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetAdvisorSchemasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFleetAdvisorSchemasRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFleetAdvisorSchemasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
If you specify any of the following filters, the output includes information for only those schemas that meet the
filter criteria:
|
Integer |
getMaxRecords()
Sets the maximum number of records returned in the response.
|
String |
getNextToken()
If
NextToken is returned by a previous response, there are more results available. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the
filter criteria:
|
void |
setMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
|
void |
setNextToken(String nextToken)
If
NextToken is returned by a previous response, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeFleetAdvisorSchemasRequest |
withFilters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the
filter criteria:
|
DescribeFleetAdvisorSchemasRequest |
withFilters(Filter... filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the
filter criteria:
|
DescribeFleetAdvisorSchemasRequest |
withMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
|
DescribeFleetAdvisorSchemasRequest |
withNextToken(String nextToken)
If
NextToken is returned by a previous response, there are more results 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, withSdkRequestTimeout
public List<Filter> getFilters()
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
public void setFilters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
filters
- If you specify any of the following filters, the output includes information for only those schemas that
meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
public DescribeFleetAdvisorSchemasRequest withFilters(Filter... filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
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
- If you specify any of the following filters, the output includes information for only those schemas that
meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
public DescribeFleetAdvisorSchemasRequest withFilters(Collection<Filter> filters)
If you specify any of the following filters, the output includes information for only those schemas that meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
filters
- If you specify any of the following filters, the output includes information for only those schemas that
meet the filter criteria:
complexity
– The schema's complexity, for example Simple
.
database-id
– The ID of the schema's database.
database-ip-address
– The IP address of the schema's database.
database-name
– The name of the schema's database.
database-engine
– The name of the schema database's engine.
original-schema-name
– The name of the schema's database's main schema.
schema-id
– The ID of the schema, for example 15
.
schema-name
– The name of the schema.
server-ip-address
– The IP address of the schema database's server.
An example is: describe-fleet-advisor-schemas --filter Name="schema-id",Values="50"
public void setMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
maxRecords
- Sets the maximum number of records returned in the response.public Integer getMaxRecords()
Sets the maximum number of records returned in the response.
public DescribeFleetAdvisorSchemasRequest withMaxRecords(Integer maxRecords)
Sets the maximum number of records returned in the response.
maxRecords
- Sets the maximum number of records returned in the response.public void setNextToken(String nextToken)
If NextToken
is returned by a previous response, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
nextToken
- If NextToken
is returned by a previous response, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public String getNextToken()
If NextToken
is returned by a previous response, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
NextToken
is returned by a previous response, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public DescribeFleetAdvisorSchemasRequest withNextToken(String nextToken)
If NextToken
is returned by a previous response, there are more results available. The value of
NextToken
is a unique pagination token for each page. Make the call again using the returned token
to retrieve the next page. Keep all other arguments unchanged.
nextToken
- If NextToken
is returned by a previous response, there are more results available. The value
of NextToken
is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.public String toString()
toString
in class Object
Object.toString()
public DescribeFleetAdvisorSchemasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()