@Generated(value="software.amazon.awssdk:codegen") public final class GetAccessPointForObjectLambdaResponse extends S3ControlResponse implements ToCopyableBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAccessPointForObjectLambdaResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
ObjectLambdaAccessPointAlias |
alias()
The alias of the Object Lambda Access Point.
|
static GetAccessPointForObjectLambdaResponse.Builder |
builder() |
Instant |
creationDate()
The date and time when the specified Object Lambda Access Point was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the Object Lambda Access Point.
|
PublicAccessBlockConfiguration |
publicAccessBlockConfiguration()
Configuration to block all public access.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAccessPointForObjectLambdaResponse.Builder> |
serializableBuilderClass() |
GetAccessPointForObjectLambdaResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the Object Lambda Access Point.
public final PublicAccessBlockConfiguration publicAccessBlockConfiguration()
Configuration to block all public access. This setting is turned on and can not be edited.
public final Instant creationDate()
The date and time when the specified Object Lambda Access Point was created.
public final ObjectLambdaAccessPointAlias alias()
The alias of the Object Lambda Access Point.
public GetAccessPointForObjectLambdaResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAccessPointForObjectLambdaResponse.Builder,GetAccessPointForObjectLambdaResponse>toBuilder in class AwsResponsepublic static GetAccessPointForObjectLambdaResponse.Builder builder()
public static Class<? extends GetAccessPointForObjectLambdaResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.