@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListVpcEndpointAccessResult() |
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointAccessResult |
clone() |
boolean |
equals(Object obj) |
List<AuthorizedPrincipal> |
getAuthorizedPrincipalList()
A list of IAM
principals that can currently access the domain.
|
String |
getNextToken()
When
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListVpcEndpointAccessResult |
withAuthorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
ListVpcEndpointAccessResult |
withAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
ListVpcEndpointAccessResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AuthorizedPrincipal> getAuthorizedPrincipalList()
A list of IAM principals that can currently access the domain.
public void setAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM principals that can currently access the domain.
authorizedPrincipalList - A list of IAM
principals that can currently access the domain.public ListVpcEndpointAccessResult withAuthorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
A list of IAM principals that can currently access the domain.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedPrincipalList(java.util.Collection) or
withAuthorizedPrincipalList(java.util.Collection) if you want to override the existing values.
authorizedPrincipalList - A list of IAM
principals that can currently access the domain.public ListVpcEndpointAccessResult withAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM principals that can currently access the domain.
authorizedPrincipalList - A list of IAM
principals that can currently access the domain.public void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public ListVpcEndpointAccessResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Send the request again using the returned token to retrieve the next
page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Send the request again using the
returned token to retrieve the next page.public String toString()
toString in class ObjectObject.toString()public ListVpcEndpointAccessResult clone()