@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServiceIntegrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateServiceIntegrationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateServiceIntegrationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
UpdateServiceIntegrationConfig |
getServiceIntegration()
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
int |
hashCode() |
void |
setServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
String |
toString()
Returns a string representation of this object.
|
UpdateServiceIntegrationRequest |
withServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An
IntegratedServiceConfig object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled. |
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 setServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An IntegratedServiceConfig
object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled.
serviceIntegration
- An IntegratedServiceConfig
object used to specify the integrated service you want to update,
and whether you want to update it to enabled or disabled.public UpdateServiceIntegrationConfig getServiceIntegration()
An IntegratedServiceConfig
object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled.
IntegratedServiceConfig
object used to specify the integrated service you want to update,
and whether you want to update it to enabled or disabled.public UpdateServiceIntegrationRequest withServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
An IntegratedServiceConfig
object used to specify the integrated service you want to update, and
whether you want to update it to enabled or disabled.
serviceIntegration
- An IntegratedServiceConfig
object used to specify the integrated service you want to update,
and whether you want to update it to enabled or disabled.public String toString()
toString
in class Object
Object.toString()
public UpdateServiceIntegrationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()