@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()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getServicePrincipal()
 The service principal name of the Amazon Web Services service for which you want to enable integration with your
 organization. | 
| int | hashCode() | 
| void | setServicePrincipal(String servicePrincipal)
 The service principal name of the Amazon Web Services 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 Amazon Web Services service for which you want to enable integration with your
 organization. | 
addHandlerContext, 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 Amazon Web Services 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 Amazon Web Services 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.rproxy.goskope.com.public String getServicePrincipal()
 The service principal name of the Amazon Web Services 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.rproxy.goskope.com.public EnableAWSServiceAccessRequest withServicePrincipal(String servicePrincipal)
 The service principal name of the Amazon Web Services 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 Amazon Web Services 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.rproxy.goskope.com.public String toString()
toString in class ObjectObject.toString()public EnableAWSServiceAccessRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()