@Generated(value="software.amazon.awssdk:codegen") public final class RemoveLayerVersionPermissionRequest extends LambdaRequest implements ToCopyableBuilder<RemoveLayerVersionPermissionRequest.Builder,RemoveLayerVersionPermissionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveLayerVersionPermissionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveLayerVersionPermissionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
layerName()
The name or Amazon Resource Name (ARN) of the layer.
|
String |
revisionId()
Only update the policy if the revision ID matches the ID specified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveLayerVersionPermissionRequest.Builder> |
serializableBuilderClass() |
String |
statementId()
The identifier that was specified when the statement was added.
|
RemoveLayerVersionPermissionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
versionNumber()
The version number.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String layerName()
The name or Amazon Resource Name (ARN) of the layer.
public Long versionNumber()
The version number.
public String statementId()
The identifier that was specified when the statement was added.
public 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.
public RemoveLayerVersionPermissionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveLayerVersionPermissionRequest.Builder,RemoveLayerVersionPermissionRequest>toBuilder in class LambdaRequestpublic static RemoveLayerVersionPermissionRequest.Builder builder()
public static Class<? extends RemoveLayerVersionPermissionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.