@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkingLocationResponse extends FinspaceDataResponse implements ToCopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkingLocationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkingLocationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Bucket()
Returns the Amazon S3 bucket name for the working location.
|
String |
s3Path()
Returns the Amazon S3 Path for the working location.
|
String |
s3Uri()
Returns the Amazon S3 URI for the working location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkingLocationResponse.Builder> |
serializableBuilderClass() |
GetWorkingLocationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Uri()
Returns the Amazon S3 URI for the working location.
public final String s3Path()
Returns the Amazon S3 Path for the working location.
public final String s3Bucket()
Returns the Amazon S3 bucket name for the working location.
public GetWorkingLocationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>toBuilder in class AwsResponsepublic static GetWorkingLocationResponse.Builder builder()
public static Class<? extends GetWorkingLocationResponse.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.