Class BusinessReportS3Location
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.BusinessReportS3Location
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BusinessReportS3Location.Builder,BusinessReportS3Location>
@Generated("software.amazon.awssdk:codegen") public final class BusinessReportS3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BusinessReportS3Location.Builder,BusinessReportS3Location>
The S3 location of the output reports.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBusinessReportS3Location.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The S3 bucket name of the output reports.static BusinessReportS3Location.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpath()The path of the business report.List<SdkField<?>>sdkFields()static Class<? extends BusinessReportS3Location.Builder>serializableBuilderClass()BusinessReportS3Location.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
-
path
public final String path()
The path of the business report.
- Returns:
- The path of the business report.
-
bucketName
public final String bucketName()
The S3 bucket name of the output reports.
- Returns:
- The S3 bucket name of the output reports.
-
toBuilder
public BusinessReportS3Location.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BusinessReportS3Location.Builder,BusinessReportS3Location>
-
builder
public static BusinessReportS3Location.Builder builder()
-
serializableBuilderClass
public static Class<? extends BusinessReportS3Location.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.
-
-