@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetAdvisorSchemaObjectSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeFleetAdvisorSchemaObjectSummaryResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorSchemaObjectSummaryResult |
clone() |
boolean |
equals(Object obj) |
List<FleetAdvisorSchemaObjectResponse> |
getFleetAdvisorSchemaObjects()
A collection of
FleetAdvisorSchemaObjectResponse objects. |
String |
getNextToken()
If
NextToken is returned, there are more results available. |
int |
hashCode() |
void |
setFleetAdvisorSchemaObjects(Collection<FleetAdvisorSchemaObjectResponse> fleetAdvisorSchemaObjects)
A collection of
FleetAdvisorSchemaObjectResponse objects. |
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeFleetAdvisorSchemaObjectSummaryResult |
withFleetAdvisorSchemaObjects(Collection<FleetAdvisorSchemaObjectResponse> fleetAdvisorSchemaObjects)
A collection of
FleetAdvisorSchemaObjectResponse objects. |
DescribeFleetAdvisorSchemaObjectSummaryResult |
withFleetAdvisorSchemaObjects(FleetAdvisorSchemaObjectResponse... fleetAdvisorSchemaObjects)
A collection of
FleetAdvisorSchemaObjectResponse objects. |
DescribeFleetAdvisorSchemaObjectSummaryResult |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeFleetAdvisorSchemaObjectSummaryResult()
public List<FleetAdvisorSchemaObjectResponse> getFleetAdvisorSchemaObjects()
A collection of FleetAdvisorSchemaObjectResponse objects.
FleetAdvisorSchemaObjectResponse objects.public void setFleetAdvisorSchemaObjects(Collection<FleetAdvisorSchemaObjectResponse> fleetAdvisorSchemaObjects)
A collection of FleetAdvisorSchemaObjectResponse objects.
fleetAdvisorSchemaObjects - A collection of FleetAdvisorSchemaObjectResponse objects.public DescribeFleetAdvisorSchemaObjectSummaryResult withFleetAdvisorSchemaObjects(FleetAdvisorSchemaObjectResponse... fleetAdvisorSchemaObjects)
A collection of FleetAdvisorSchemaObjectResponse objects.
NOTE: This method appends the values to the existing list (if any). Use
setFleetAdvisorSchemaObjects(java.util.Collection) or
withFleetAdvisorSchemaObjects(java.util.Collection) if you want to override the existing values.
fleetAdvisorSchemaObjects - A collection of FleetAdvisorSchemaObjectResponse objects.public DescribeFleetAdvisorSchemaObjectSummaryResult withFleetAdvisorSchemaObjects(Collection<FleetAdvisorSchemaObjectResponse> fleetAdvisorSchemaObjects)
A collection of FleetAdvisorSchemaObjectResponse objects.
fleetAdvisorSchemaObjects - A collection of FleetAdvisorSchemaObjectResponse objects.public void setNextToken(String nextToken)
If NextToken is returned, 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, 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, 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, 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 DescribeFleetAdvisorSchemaObjectSummaryResult withNextToken(String nextToken)
If NextToken is returned, 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, 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 ObjectObject.toString()public DescribeFleetAdvisorSchemaObjectSummaryResult clone()