@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableAWSServiceAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
EnableAWSServiceAccessRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableAWSServiceAccessRequest |
clone() |
boolean |
equals(Object obj) |
String |
getServicePrincipal()
The service principal name of the AWS service for which you want to enable integration with your organization.
|
int |
hashCode() |
void |
setServicePrincipal(String servicePrincipal)
The service principal name of the AWS service for which you want to enable integration with your organization.
|
String |
toString()
Returns a string representation of this object.
|
EnableAWSServiceAccessRequest |
withServicePrincipal(String servicePrincipal)
The service principal name of the AWS service for which you want to enable integration with your organization.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setServicePrincipal(String servicePrincipal)
The service principal name of the AWS service for which you want to enable integration with your organization.
This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.
servicePrincipal - The service principal name of the AWS service for which you want to enable integration with your
organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.public String getServicePrincipal()
The service principal name of the AWS service for which you want to enable integration with your organization.
This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.
service-abbreviation.amazonaws.com.public EnableAWSServiceAccessRequest withServicePrincipal(String servicePrincipal)
The service principal name of the AWS service for which you want to enable integration with your organization.
This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.
servicePrincipal - The service principal name of the AWS service for which you want to enable integration with your
organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.public String toString()
toString in class ObjectObject.toString()public EnableAWSServiceAccessRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.