@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportLensRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ImportLensRequest() |
Modifier and Type | Method and Description |
---|---|
ImportLensRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ImportLensRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ImportLensRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
String |
getJSONString()
The JSON representation of a lens.
|
String |
getLensAlias() |
Map<String,String> |
getTags()
Tags to associate to a lens.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setJSONString(String jSONString)
The JSON representation of a lens.
|
void |
setLensAlias(String lensAlias) |
void |
setTags(Map<String,String> tags)
Tags to associate to a lens.
|
String |
toString()
Returns a string representation of this object.
|
ImportLensRequest |
withClientRequestToken(String clientRequestToken) |
ImportLensRequest |
withJSONString(String jSONString)
The JSON representation of a lens.
|
ImportLensRequest |
withLensAlias(String lensAlias) |
ImportLensRequest |
withTags(Map<String,String> tags)
Tags to associate to a lens.
|
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 setLensAlias(String lensAlias)
lensAlias
- public String getLensAlias()
public ImportLensRequest withLensAlias(String lensAlias)
lensAlias
- public void setJSONString(String jSONString)
The JSON representation of a lens.
jSONString
- The JSON representation of a lens.public String getJSONString()
The JSON representation of a lens.
public ImportLensRequest withJSONString(String jSONString)
The JSON representation of a lens.
jSONString
- The JSON representation of a lens.public void setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public ImportLensRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public Map<String,String> getTags()
Tags to associate to a lens.
public void setTags(Map<String,String> tags)
Tags to associate to a lens.
tags
- Tags to associate to a lens.public ImportLensRequest withTags(Map<String,String> tags)
Tags to associate to a lens.
tags
- Tags to associate to a lens.public ImportLensRequest addTagsEntry(String key, String value)
public ImportLensRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ImportLensRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()