@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() |
int |
hashCode() |
void |
setServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration) |
String |
toString()
Returns a string representation of this object.
|
UpdateServiceIntegrationRequest |
withServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration) |
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 setServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
serviceIntegration - public UpdateServiceIntegrationConfig getServiceIntegration()
public UpdateServiceIntegrationRequest withServiceIntegration(UpdateServiceIntegrationConfig serviceIntegration)
serviceIntegration - public String toString()
toString in class ObjectObject.toString()public UpdateServiceIntegrationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()