@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSourceApiAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSourceApiAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSourceApiAssociationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
List<SourceApiAssociationSummary> |
getSourceApiAssociationSummaries()
The
SourceApiAssociationSummary object data. |
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
void |
setSourceApiAssociationSummaries(Collection<SourceApiAssociationSummary> sourceApiAssociationSummaries)
The
SourceApiAssociationSummary object data. |
String |
toString()
Returns a string representation of this object.
|
ListSourceApiAssociationsResult |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
ListSourceApiAssociationsResult |
withSourceApiAssociationSummaries(Collection<SourceApiAssociationSummary> sourceApiAssociationSummaries)
The
SourceApiAssociationSummary object data. |
ListSourceApiAssociationsResult |
withSourceApiAssociationSummaries(SourceApiAssociationSummary... sourceApiAssociationSummaries)
The
SourceApiAssociationSummary object data. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SourceApiAssociationSummary> getSourceApiAssociationSummaries()
The SourceApiAssociationSummary object data.
SourceApiAssociationSummary object data.public void setSourceApiAssociationSummaries(Collection<SourceApiAssociationSummary> sourceApiAssociationSummaries)
The SourceApiAssociationSummary object data.
sourceApiAssociationSummaries - The SourceApiAssociationSummary object data.public ListSourceApiAssociationsResult withSourceApiAssociationSummaries(SourceApiAssociationSummary... sourceApiAssociationSummaries)
The SourceApiAssociationSummary object data.
NOTE: This method appends the values to the existing list (if any). Use
setSourceApiAssociationSummaries(java.util.Collection) or
withSourceApiAssociationSummaries(java.util.Collection) if you want to override the existing values.
sourceApiAssociationSummaries - The SourceApiAssociationSummary object data.public ListSourceApiAssociationsResult withSourceApiAssociationSummaries(Collection<SourceApiAssociationSummary> sourceApiAssociationSummaries)
The SourceApiAssociationSummary object data.
sourceApiAssociationSummaries - The SourceApiAssociationSummary object data.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
public ListSourceApiAssociationsResult withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.public String toString()
toString in class ObjectObject.toString()public ListSourceApiAssociationsResult clone()