@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableAWSServiceAccessRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisableAWSServiceAccessRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisableAWSServiceAccessRequest |
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 disable 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 disable integration with your
organization.
|
String |
toString()
Returns a string representation of this object.
|
DisableAWSServiceAccessRequest |
withServicePrincipal(String servicePrincipal)
The service principal name of the Amazon Web Services service for which you want to disable 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 disable 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 disable integration
with your organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.rproxy.govskope.ca.public String getServicePrincipal()
The service principal name of the Amazon Web Services service for which you want to disable integration with your
organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.
service-abbreviation.amazonaws.com.rproxy.govskope.ca.public DisableAWSServiceAccessRequest withServicePrincipal(String servicePrincipal)
The service principal name of the Amazon Web Services service for which you want to disable 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 disable integration
with your organization. This is typically in the form of a URL, such as
service-abbreviation.amazonaws.com.rproxy.govskope.ca.public String toString()
toString in class ObjectObject.toString()public DisableAWSServiceAccessRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()