@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListVpcEndpointAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Container for response parameters to the ListVpcEndpointAccess operation. Returns a list of
 accounts id and account type authorized to manage VPC endpoints.
 
| Constructor and Description | 
|---|
ListVpcEndpointAccessResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListVpcEndpointAccessResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<AuthorizedPrincipal> | 
getAuthorizedPrincipalList()
 List of  
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain. | 
String | 
getNextToken()
 Provides an identifier to allow retrieval of paginated results. 
 | 
int | 
hashCode()  | 
void | 
setAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
 List of  
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain. | 
void | 
setNextToken(String nextToken)
 Provides an identifier to allow retrieval of paginated results. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListVpcEndpointAccessResult | 
withAuthorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
 List of  
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain. | 
ListVpcEndpointAccessResult | 
withAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
 List of  
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain. | 
ListVpcEndpointAccessResult | 
withNextToken(String nextToken)
 Provides an identifier to allow retrieval of paginated results. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AuthorizedPrincipal> getAuthorizedPrincipalList()
 List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain.
 
AuthorizedPrincipal describing the details of the permissions to manage VPC
         endpoints against the specified domain.public void setAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
 List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain.
 
authorizedPrincipalList - List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
        against the specified domain.public ListVpcEndpointAccessResult withAuthorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
 List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified 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 - List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
        against the specified domain.public ListVpcEndpointAccessResult withAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
 List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
 against the specified domain.
 
authorizedPrincipalList - List of AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
        against the specified domain.public void setNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken - Provides an identifier to allow retrieval of paginated results.public String getNextToken()
Provides an identifier to allow retrieval of paginated results.
public ListVpcEndpointAccessResult withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken - Provides an identifier to allow retrieval of paginated results.public String toString()
toString in class ObjectObject.toString()public ListVpcEndpointAccessResult clone()