@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthorizeVpcEndpointAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AuthorizeVpcEndpointAccessResult() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeVpcEndpointAccessResult |
clone() |
boolean |
equals(Object obj) |
AuthorizedPrincipal |
getAuthorizedPrincipal()
Information about the Amazon Web Services account or service that was provided access to the domain.
|
int |
hashCode() |
void |
setAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services 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 Amazon Web Services account or service that was provided access to the domain.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
authorizedPrincipal - Information about the Amazon Web Services account or service that was provided access to the domain.public AuthorizedPrincipal getAuthorizedPrincipal()
Information about the Amazon Web Services account or service that was provided access to the domain.
public AuthorizeVpcEndpointAccessResult withAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
authorizedPrincipal - Information about the Amazon Web Services account or service that was provided access to the domain.public String toString()
toString in class ObjectObject.toString()public AuthorizeVpcEndpointAccessResult clone()