@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectorProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConnectorProfilesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConnectorProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<ConnectorProfile> |
getConnectorProfileDetails()
Returns information about the connector profiles associated with the flow.
|
String |
getNextToken()
The pagination token for the next page of data.
|
int |
hashCode() |
void |
setConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
void |
setNextToken(String nextToken)
The pagination token for the next page of data.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectorProfilesResult |
withConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResult |
withConnectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResult |
withNextToken(String nextToken)
The pagination token for the next page of data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConnectorProfile> getConnectorProfileDetails()
Returns information about the connector profiles associated with the flow.
public void setConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
connectorProfileDetails
- Returns information about the connector profiles associated with the flow.public DescribeConnectorProfilesResult withConnectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
NOTE: This method appends the values to the existing list (if any). Use
setConnectorProfileDetails(java.util.Collection)
or
withConnectorProfileDetails(java.util.Collection)
if you want to override the existing values.
connectorProfileDetails
- Returns information about the connector profiles associated with the flow.public DescribeConnectorProfilesResult withConnectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
connectorProfileDetails
- Returns information about the connector profiles associated with the flow.public void setNextToken(String nextToken)
The pagination token for the next page of data. If nextToken=null
, this means that all records have
been fetched.
nextToken
- The pagination token for the next page of data. If nextToken=null
, this means that all
records have been fetched.public String getNextToken()
The pagination token for the next page of data. If nextToken=null
, this means that all records have
been fetched.
nextToken=null
, this means that all
records have been fetched.public DescribeConnectorProfilesResult withNextToken(String nextToken)
The pagination token for the next page of data. If nextToken=null
, this means that all records have
been fetched.
nextToken
- The pagination token for the next page of data. If nextToken=null
, this means that all
records have been fetched.public String toString()
toString
in class Object
Object.toString()
public DescribeConnectorProfilesResult clone()