Class DestinationS3Location
- java.lang.Object
-
- software.amazon.awssdk.services.taxsettings.model.DestinationS3Location
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationS3Location.Builder,DestinationS3Location>
@Generated("software.amazon.awssdk:codegen") public final class DestinationS3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationS3Location.Builder,DestinationS3Location>
The location of the Amazon S3 bucket that you specify to download your tax documents to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestinationS3Location.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of your Amazon S3 bucket that you specify to download your tax documents to.static DestinationS3Location.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringprefix()The Amazon S3 object prefix that you specify for your tax document file.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DestinationS3Location.Builder>serializableBuilderClass()DestinationS3Location.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
bucket
public final String bucket()
The name of your Amazon S3 bucket that you specify to download your tax documents to.
- Returns:
- The name of your Amazon S3 bucket that you specify to download your tax documents to.
-
prefix
public final String prefix()
The Amazon S3 object prefix that you specify for your tax document file.
- Returns:
- The Amazon S3 object prefix that you specify for your tax document file.
-
toBuilder
public DestinationS3Location.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationS3Location.Builder,DestinationS3Location>
-
builder
public static DestinationS3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends DestinationS3Location.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-