@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSharedEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSharedEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
ListSharedEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<Endpoint> |
getEndpoints()
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
String |
getNextToken()
If the number of endpoints associated with the specified Outpost exceeds
MaxResults , you can include
this value in subsequent calls to this operation to retrieve more results. |
int |
hashCode() |
void |
setEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
void |
setNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds
MaxResults , you can include
this value in subsequent calls to this operation to retrieve more results. |
String |
toString()
Returns a string representation of this object.
|
ListSharedEndpointsResult |
withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
ListSharedEndpointsResult |
withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
ListSharedEndpointsResult |
withNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds
MaxResults , you can include
this value in subsequent calls to this operation to retrieve more results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Endpoint> getEndpoints()
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
public void setEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
endpoints
- The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).public ListSharedEndpointsResult withEndpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)
or withEndpoints(java.util.Collection)
if you want to
override the existing values.
endpoints
- The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).public ListSharedEndpointsResult withEndpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).
endpoints
- The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).public void setNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds MaxResults
, you can include
this value in subsequent calls to this operation to retrieve more results.
nextToken
- If the number of endpoints associated with the specified Outpost exceeds MaxResults
, you can
include this value in subsequent calls to this operation to retrieve more results.public String getNextToken()
If the number of endpoints associated with the specified Outpost exceeds MaxResults
, you can include
this value in subsequent calls to this operation to retrieve more results.
MaxResults
, you can
include this value in subsequent calls to this operation to retrieve more results.public ListSharedEndpointsResult withNextToken(String nextToken)
If the number of endpoints associated with the specified Outpost exceeds MaxResults
, you can include
this value in subsequent calls to this operation to retrieve more results.
nextToken
- If the number of endpoints associated with the specified Outpost exceeds MaxResults
, you can
include this value in subsequent calls to this operation to retrieve more results.public String toString()
toString
in class Object
Object.toString()
public ListSharedEndpointsResult clone()