@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFleetAdvisorCollectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeFleetAdvisorCollectorsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetAdvisorCollectorsResult |
clone() |
boolean |
equals(Object obj) |
List<CollectorResponse> |
getCollectors()
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
String |
getNextToken()
If
NextToken is returned, there are more results available. |
int |
hashCode() |
void |
setCollectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
void |
setNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
DescribeFleetAdvisorCollectorsResult |
withCollectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
DescribeFleetAdvisorCollectorsResult |
withCollectors(CollectorResponse... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest
inventory data.
|
DescribeFleetAdvisorCollectorsResult |
withNextToken(String nextToken)
If
NextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeFleetAdvisorCollectorsResult()
public List<CollectorResponse> getCollectors()
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
public void setCollectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the
latest inventory data.public DescribeFleetAdvisorCollectorsResult withCollectors(CollectorResponse... collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
NOTE: This method appends the values to the existing list (if any). Use
setCollectors(java.util.Collection) or withCollectors(java.util.Collection) if you want to
override the existing values.
collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the
latest inventory data.public DescribeFleetAdvisorCollectorsResult withCollectors(Collection<CollectorResponse> collectors)
Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the latest inventory data.
collectors - Provides descriptions of the Fleet Advisor collectors, including the collectors' name and ID, and the
latest inventory data.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 DescribeFleetAdvisorCollectorsResult 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 DescribeFleetAdvisorCollectorsResult clone()