@Generated(value="software.amazon.awssdk:codegen") public final class DeleteLakeFormationOptInRequest extends LakeFormationRequest implements ToCopyableBuilder<DeleteLakeFormationOptInRequest.Builder,DeleteLakeFormationOptInRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteLakeFormationOptInRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteLakeFormationOptInRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DataLakePrincipal |
principal()
Returns the value of the Principal property for this object.
|
Resource |
resource()
Returns the value of the Resource property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteLakeFormationOptInRequest.Builder> |
serializableBuilderClass() |
DeleteLakeFormationOptInRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DataLakePrincipal principal()
public final Resource resource()
public DeleteLakeFormationOptInRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteLakeFormationOptInRequest.Builder,DeleteLakeFormationOptInRequest>toBuilder in class LakeFormationRequestpublic static DeleteLakeFormationOptInRequest.Builder builder()
public static Class<? extends DeleteLakeFormationOptInRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.