@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLayerVersionPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetLayerVersionPolicyRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetLayerVersionPolicyRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getLayerName()
 The name of the layer. 
 | 
Long | 
getVersionNumber()
 The version number. 
 | 
int | 
hashCode()  | 
void | 
setLayerName(String layerName)
 The name of the layer. 
 | 
void | 
setVersionNumber(Long versionNumber)
 The version number. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetLayerVersionPolicyRequest | 
withLayerName(String layerName)
 The name of the layer. 
 | 
GetLayerVersionPolicyRequest | 
withVersionNumber(Long versionNumber)
 The version number. 
 | 
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 setLayerName(String layerName)
The name of the layer.
layerName - The name of the layer.public String getLayerName()
The name of the layer.
public GetLayerVersionPolicyRequest withLayerName(String layerName)
The name of the layer.
layerName - The name of the layer.public void setVersionNumber(Long versionNumber)
The version number.
versionNumber - The version number.public Long getVersionNumber()
The version number.
public GetLayerVersionPolicyRequest withVersionNumber(Long versionNumber)
The version number.
versionNumber - The version number.public String toString()
toString in class ObjectObject.toString()public GetLayerVersionPolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.