@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveLayerVersionPermissionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RemoveLayerVersionPermissionRequest() |
Modifier and Type | Method and Description |
---|---|
RemoveLayerVersionPermissionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLayerName()
The name or Amazon Resource Name (ARN) of the layer.
|
String |
getRevisionId()
Only update the policy if the revision ID matches the ID specified.
|
String |
getStatementId()
The identifier that was specified when the statement was added.
|
Long |
getVersionNumber()
The version number.
|
int |
hashCode() |
void |
setLayerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
|
void |
setRevisionId(String revisionId)
Only update the policy if the revision ID matches the ID specified.
|
void |
setStatementId(String statementId)
The identifier that was specified when the statement was added.
|
void |
setVersionNumber(Long versionNumber)
The version number.
|
String |
toString()
Returns a string representation of this object.
|
RemoveLayerVersionPermissionRequest |
withLayerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
|
RemoveLayerVersionPermissionRequest |
withRevisionId(String revisionId)
Only update the policy if the revision ID matches the ID specified.
|
RemoveLayerVersionPermissionRequest |
withStatementId(String statementId)
The identifier that was specified when the statement was added.
|
RemoveLayerVersionPermissionRequest |
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, withSdkRequestTimeout
public void setLayerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
layerName
- The name or Amazon Resource Name (ARN) of the layer.public String getLayerName()
The name or Amazon Resource Name (ARN) of the layer.
public RemoveLayerVersionPermissionRequest withLayerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
layerName
- The name or Amazon Resource Name (ARN) of the layer.public void setVersionNumber(Long versionNumber)
The version number.
versionNumber
- The version number.public Long getVersionNumber()
The version number.
public RemoveLayerVersionPermissionRequest withVersionNumber(Long versionNumber)
The version number.
versionNumber
- The version number.public void setStatementId(String statementId)
The identifier that was specified when the statement was added.
statementId
- The identifier that was specified when the statement was added.public String getStatementId()
The identifier that was specified when the statement was added.
public RemoveLayerVersionPermissionRequest withStatementId(String statementId)
The identifier that was specified when the statement was added.
statementId
- The identifier that was specified when the statement was added.public void setRevisionId(String revisionId)
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
revisionId
- Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a
policy that has changed since you last read it.public String getRevisionId()
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
public RemoveLayerVersionPermissionRequest withRevisionId(String revisionId)
Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
revisionId
- Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a
policy that has changed since you last read it.public String toString()
toString
in class Object
Object.toString()
public RemoveLayerVersionPermissionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()