@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListConnectorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListConnectorsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
clone() |
boolean |
equals(Object obj) |
List<ConnectorSummary> |
getConnectors()
The connectors belonging to your Amazon Web Services account.
|
String |
getNextToken()
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
int |
hashCode() |
void |
setConnectors(Collection<ConnectorSummary> connectors)
The connectors belonging to your Amazon Web Services account.
|
void |
setNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
String |
toString()
Returns a string representation of this object.
|
ListConnectorsResult |
withConnectors(Collection<ConnectorSummary> connectors)
The connectors belonging to your Amazon Web Services account.
|
ListConnectorsResult |
withConnectors(ConnectorSummary... connectors)
The connectors belonging to your Amazon Web Services account.
|
ListConnectorsResult |
withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ConnectorSummary> getConnectors()
The connectors belonging to your Amazon Web Services account.
public void setConnectors(Collection<ConnectorSummary> connectors)
The connectors belonging to your Amazon Web Services account.
connectors - The connectors belonging to your Amazon Web Services account.public ListConnectorsResult withConnectors(ConnectorSummary... connectors)
The connectors belonging to your Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setConnectors(java.util.Collection) or withConnectors(java.util.Collection) if you want to
override the existing values.
connectors - The connectors belonging to your Amazon Web Services account.public ListConnectorsResult withConnectors(Collection<ConnectorSummary> connectors)
The connectors belonging to your Amazon Web Services account.
connectors - The connectors belonging to your Amazon Web Services account.public void setNextToken(String nextToken)
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken - When you request a list of objects with a MaxResults setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String getNextToken()
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
MaxResults setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public ListConnectorsResult withNextToken(String nextToken)
When you request a list of objects with a MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. To retrieve the next batch of objects, use the token returned from
the prior request in your next request.
nextToken - When you request a list of objects with a MaxResults setting, if the number of objects that
are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. To retrieve the next batch of objects, use the token
returned from the prior request in your next request.public String toString()
toString in class ObjectObject.toString()public ListConnectorsResult clone()