@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizeVpcEndpointAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for response parameters to the AuthorizeVpcEndpointAccess
operation. Contains the
account ID and the type of the account being authorized to access the VPC endpoint.
Constructor and Description |
---|
AuthorizeVpcEndpointAccessResult() |
Modifier and Type | Method and Description |
---|---|
AuthorizeVpcEndpointAccessResult |
clone() |
boolean |
equals(Object obj) |
AuthorizedPrincipal |
getAuthorizedPrincipal()
Information about the account or service that was provided access to the domain.
|
int |
hashCode() |
void |
setAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
|
String |
toString()
Returns a string representation of this object.
|
AuthorizeVpcEndpointAccessResult |
withAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
authorizedPrincipal
- Information about the account or service that was provided access to the domain.public AuthorizedPrincipal getAuthorizedPrincipal()
Information about the account or service that was provided access to the domain.
public AuthorizeVpcEndpointAccessResult withAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
authorizedPrincipal
- Information about the account or service that was provided access to the domain.public String toString()
toString
in class Object
Object.toString()
public AuthorizeVpcEndpointAccessResult clone()