@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccessPointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccessPointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccessPointsResult |
clone() |
boolean |
equals(Object obj) |
List<AccessPointDescription> |
getAccessPoints()
An array of access point descriptions.
|
String |
getNextToken()
Present if there are more access points than returned in the response.
|
int |
hashCode() |
void |
setAccessPoints(Collection<AccessPointDescription> accessPoints)
An array of access point descriptions.
|
void |
setNextToken(String nextToken)
Present if there are more access points than returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccessPointsResult |
withAccessPoints(AccessPointDescription... accessPoints)
An array of access point descriptions.
|
DescribeAccessPointsResult |
withAccessPoints(Collection<AccessPointDescription> accessPoints)
An array of access point descriptions.
|
DescribeAccessPointsResult |
withNextToken(String nextToken)
Present if there are more access points than returned in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AccessPointDescription> getAccessPoints()
An array of access point descriptions.
public void setAccessPoints(Collection<AccessPointDescription> accessPoints)
An array of access point descriptions.
accessPoints
- An array of access point descriptions.public DescribeAccessPointsResult withAccessPoints(AccessPointDescription... accessPoints)
An array of access point descriptions.
NOTE: This method appends the values to the existing list (if any). Use
setAccessPoints(java.util.Collection)
or withAccessPoints(java.util.Collection)
if you want to
override the existing values.
accessPoints
- An array of access point descriptions.public DescribeAccessPointsResult withAccessPoints(Collection<AccessPointDescription> accessPoints)
An array of access point descriptions.
accessPoints
- An array of access point descriptions.public void setNextToken(String nextToken)
Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
nextToken
- Present if there are more access points than returned in the response. You can use the NextMarker in the
subsequent request to fetch the additional descriptions.public String getNextToken()
Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
public DescribeAccessPointsResult withNextToken(String nextToken)
Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
nextToken
- Present if there are more access points than returned in the response. You can use the NextMarker in the
subsequent request to fetch the additional descriptions.public String toString()
toString
in class Object
Object.toString()
public DescribeAccessPointsResult clone()