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