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