@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAddonInstancesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAddonInstancesResult() |
Modifier and Type | Method and Description |
---|---|
ListAddonInstancesResult |
clone() |
boolean |
equals(Object obj) |
List<AddonInstance> |
getAddonInstances()
The list of ingress endpoints.
|
String |
getNextToken()
If NextToken is returned, there are more results available.
|
int |
hashCode() |
void |
setAddonInstances(Collection<AddonInstance> addonInstances)
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.
|
ListAddonInstancesResult |
withAddonInstances(AddonInstance... addonInstances)
The list of ingress endpoints.
|
ListAddonInstancesResult |
withAddonInstances(Collection<AddonInstance> addonInstances)
The list of ingress endpoints.
|
ListAddonInstancesResult |
withNextToken(String nextToken)
If NextToken is returned, there are more results available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AddonInstance> getAddonInstances()
The list of ingress endpoints.
public void setAddonInstances(Collection<AddonInstance> addonInstances)
The list of ingress endpoints.
addonInstances
- The list of ingress endpoints.public ListAddonInstancesResult withAddonInstances(AddonInstance... addonInstances)
The list of ingress endpoints.
NOTE: This method appends the values to the existing list (if any). Use
setAddonInstances(java.util.Collection)
or withAddonInstances(java.util.Collection)
if you want
to override the existing values.
addonInstances
- The list of ingress endpoints.public ListAddonInstancesResult withAddonInstances(Collection<AddonInstance> addonInstances)
The list of ingress endpoints.
addonInstances
- 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 ListAddonInstancesResult 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 ListAddonInstancesResult clone()