@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, withSdkRequestTimeout
public 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
.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
.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
.public String toString()
toString
in class Object
Object.toString()
public DisableAWSServiceAccessRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()