@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPartnerEventSourceAccountsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListPartnerEventSourceAccountsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListPartnerEventSourceAccountsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token you can use in a subsequent operation to retrieve the next set of results.
|
List<PartnerEventSourceAccount> |
getPartnerEventSourceAccounts()
The list of partner event sources returned by the operation.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token you can use in a subsequent operation to retrieve the next set of results.
|
void |
setPartnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
|
String |
toString()
Returns a string representation of this object.
|
ListPartnerEventSourceAccountsResult |
withNextToken(String nextToken)
A token you can use in a subsequent operation to retrieve the next set of results.
|
ListPartnerEventSourceAccountsResult |
withPartnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
|
ListPartnerEventSourceAccountsResult |
withPartnerEventSourceAccounts(PartnerEventSourceAccount... partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListPartnerEventSourceAccountsResult()
public List<PartnerEventSourceAccount> getPartnerEventSourceAccounts()
The list of partner event sources returned by the operation.
public void setPartnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
partnerEventSourceAccounts - The list of partner event sources returned by the operation.public ListPartnerEventSourceAccountsResult withPartnerEventSourceAccounts(PartnerEventSourceAccount... partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
NOTE: This method appends the values to the existing list (if any). Use
setPartnerEventSourceAccounts(java.util.Collection) or
withPartnerEventSourceAccounts(java.util.Collection) if you want to override the existing values.
partnerEventSourceAccounts - The list of partner event sources returned by the operation.public ListPartnerEventSourceAccountsResult withPartnerEventSourceAccounts(Collection<PartnerEventSourceAccount> partnerEventSourceAccounts)
The list of partner event sources returned by the operation.
partnerEventSourceAccounts - The list of partner event sources returned by the operation.public void setNextToken(String nextToken)
A token you can use in a subsequent operation to retrieve the next set of results.
nextToken - A token you can use in a subsequent operation to retrieve the next set of results.public String getNextToken()
A token you can use in a subsequent operation to retrieve the next set of results.
public ListPartnerEventSourceAccountsResult withNextToken(String nextToken)
A token you can use in a subsequent operation to retrieve the next set of results.
nextToken - A token you can use in a subsequent operation to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListPartnerEventSourceAccountsResult clone()