Class GetWorkingLocationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.finspacedata.model.FinspaceDataResponse
-
- software.amazon.awssdk.services.finspacedata.model.GetWorkingLocationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetWorkingLocationResponse extends FinspaceDataResponse implements ToCopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetWorkingLocationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWorkingLocationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3Bucket()Returns the Amazon S3 bucket name for the working location.Strings3Path()Returns the Amazon S3 Path for the working location.Strings3Uri()Returns the Amazon S3 URI for the working location.List<SdkField<?>>sdkFields()static Class<? extends GetWorkingLocationResponse.Builder>serializableBuilderClass()GetWorkingLocationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.finspacedata.model.FinspaceDataResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
s3Uri
public final String s3Uri()
Returns the Amazon S3 URI for the working location.
- Returns:
- Returns the Amazon S3 URI for the working location.
-
s3Path
public final String s3Path()
Returns the Amazon S3 Path for the working location.
- Returns:
- Returns the Amazon S3 Path for the working location.
-
s3Bucket
public final String s3Bucket()
Returns the Amazon S3 bucket name for the working location.
- Returns:
- Returns the Amazon S3 bucket name for the working location.
-
toBuilder
public GetWorkingLocationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetWorkingLocationResponse.Builder,GetWorkingLocationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetWorkingLocationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetWorkingLocationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-