@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAddonSubscriptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAddonSubscriptionsResult() |
Modifier and Type | Method and Description |
---|---|
ListAddonSubscriptionsResult |
clone() |
boolean |
equals(Object obj) |
List<AddonSubscription> |
getAddonSubscriptions()
The list of ingress endpoints.
|
String |
getNextToken()
If NextToken is returned, there are more results available.
|
int |
hashCode() |
void |
setAddonSubscriptions(Collection<AddonSubscription> addonSubscriptions)
The list of ingress endpoints.
|
void |
setNextToken(String nextToken)
If NextToken is returned, there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
ListAddonSubscriptionsResult |
withAddonSubscriptions(AddonSubscription... addonSubscriptions)
The list of ingress endpoints.
|
ListAddonSubscriptionsResult |
withAddonSubscriptions(Collection<AddonSubscription> addonSubscriptions)
The list of ingress endpoints.
|
ListAddonSubscriptionsResult |
withNextToken(String nextToken)
If NextToken is returned, there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AddonSubscription> getAddonSubscriptions()
The list of ingress endpoints.
public void setAddonSubscriptions(Collection<AddonSubscription> addonSubscriptions)
The list of ingress endpoints.
addonSubscriptions
- The list of ingress endpoints.public ListAddonSubscriptionsResult withAddonSubscriptions(AddonSubscription... addonSubscriptions)
The list of ingress endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setAddonSubscriptions(java.util.Collection)
or withAddonSubscriptions(java.util.Collection)
if
you want to override the existing values.
addonSubscriptions
- The list of ingress endpoints.public ListAddonSubscriptionsResult withAddonSubscriptions(Collection<AddonSubscription> addonSubscriptions)
The list of ingress endpoints.
addonSubscriptions
- The list of ingress endpoints.public void setNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken
- If NextToken is returned, there are more results available. The value of NextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page.public String getNextToken()
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
public ListAddonSubscriptionsResult withNextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken
- If NextToken is returned, there are more results available. The value of NextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public ListAddonSubscriptionsResult clone()