@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutIntegrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutIntegrationRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutIntegrationRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutIntegrationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
PutIntegrationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getObjectTypeName()
The name of the profile object type.
|
Map<String,String> |
getTags()
The tags used to organize, track, or control access for this resource.
|
String |
getUri()
The URI of the S3 bucket or any other type of data source.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setObjectTypeName(String objectTypeName)
The name of the profile object type.
|
void |
setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
void |
setUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
String |
toString()
Returns a string representation of this object.
|
PutIntegrationRequest |
withDomainName(String domainName)
The unique name of the domain.
|
PutIntegrationRequest |
withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
PutIntegrationRequest |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutIntegrationRequest |
withUri(String uri)
The URI of the S3 bucket or any other type of data source.
|
addHandlerContext, copyBaseTo, 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 setDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String getDomainName()
The unique name of the domain.
public PutIntegrationRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public void setUri(String uri)
The URI of the S3 bucket or any other type of data source.
uri - The URI of the S3 bucket or any other type of data source.public String getUri()
The URI of the S3 bucket or any other type of data source.
public PutIntegrationRequest withUri(String uri)
The URI of the S3 bucket or any other type of data source.
uri - The URI of the S3 bucket or any other type of data source.public void setObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.public String getObjectTypeName()
The name of the profile object type.
public PutIntegrationRequest withObjectTypeName(String objectTypeName)
The name of the profile object type.
objectTypeName - The name of the profile object type.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.public PutIntegrationRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.public PutIntegrationRequest addTagsEntry(String key, String value)
public PutIntegrationRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public PutIntegrationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.