@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLensVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateLensVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateLensVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken() |
Boolean |
getIsMajorVersion()
Set to true if this new major lens version.
|
String |
getLensAlias() |
String |
getLensVersion()
The version of the lens being created.
|
int |
hashCode() |
Boolean |
isMajorVersion()
Set to true if this new major lens version.
|
void |
setClientRequestToken(String clientRequestToken) |
void |
setIsMajorVersion(Boolean isMajorVersion)
Set to true if this new major lens version.
|
void |
setLensAlias(String lensAlias) |
void |
setLensVersion(String lensVersion)
The version of the lens being created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLensVersionRequest |
withClientRequestToken(String clientRequestToken) |
CreateLensVersionRequest |
withIsMajorVersion(Boolean isMajorVersion)
Set to true if this new major lens version.
|
CreateLensVersionRequest |
withLensAlias(String lensAlias) |
CreateLensVersionRequest |
withLensVersion(String lensVersion)
The version of the lens being created.
|
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 setLensAlias(String lensAlias)
lensAlias - public String getLensAlias()
public CreateLensVersionRequest withLensAlias(String lensAlias)
lensAlias - public void setLensVersion(String lensVersion)
The version of the lens being created.
lensVersion - The version of the lens being created.public String getLensVersion()
The version of the lens being created.
public CreateLensVersionRequest withLensVersion(String lensVersion)
The version of the lens being created.
lensVersion - The version of the lens being created.public void setIsMajorVersion(Boolean isMajorVersion)
Set to true if this new major lens version.
isMajorVersion - Set to true if this new major lens version.public Boolean getIsMajorVersion()
Set to true if this new major lens version.
public CreateLensVersionRequest withIsMajorVersion(Boolean isMajorVersion)
Set to true if this new major lens version.
isMajorVersion - Set to true if this new major lens version.public Boolean isMajorVersion()
Set to true if this new major lens version.
public void setClientRequestToken(String clientRequestToken)
clientRequestToken - public String getClientRequestToken()
public CreateLensVersionRequest withClientRequestToken(String clientRequestToken)
clientRequestToken - public String toString()
toString in class ObjectObject.toString()public CreateLensVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()