@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceNetworkServiceAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListServiceNetworkServiceAssociationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworkServiceAssociationsResult |
clone() |
boolean |
equals(Object obj) |
List<ServiceNetworkServiceAssociationSummary> |
getItems()
Information about the associations.
|
String |
getNextToken()
If there are additional results, a pagination token for the next page of results.
|
int |
hashCode() |
void |
setItems(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
|
void |
setNextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListServiceNetworkServiceAssociationsResult |
withItems(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
|
ListServiceNetworkServiceAssociationsResult |
withItems(ServiceNetworkServiceAssociationSummary... items)
Information about the associations.
|
ListServiceNetworkServiceAssociationsResult |
withNextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListServiceNetworkServiceAssociationsResult()
public List<ServiceNetworkServiceAssociationSummary> getItems()
Information about the associations.
public void setItems(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
items - Information about the associations.public ListServiceNetworkServiceAssociationsResult withItems(ServiceNetworkServiceAssociationSummary... items)
Information about the associations.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection) or withItems(java.util.Collection) if you want to override the
existing values.
items - Information about the associations.public ListServiceNetworkServiceAssociationsResult withItems(Collection<ServiceNetworkServiceAssociationSummary> items)
Information about the associations.
items - Information about the associations.public void setNextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
nextToken - If there are additional results, a pagination token for the next page of results.public String getNextToken()
If there are additional results, a pagination token for the next page of results.
public ListServiceNetworkServiceAssociationsResult withNextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
nextToken - If there are additional results, a pagination token for the next page of results.public String toString()
toString in class ObjectObject.toString()public ListServiceNetworkServiceAssociationsResult clone()