Class S3Repository
- java.lang.Object
-
- software.amazon.awssdk.services.codegurureviewer.model.S3Repository
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3Repository.Builder,S3Repository>
@Generated("software.amazon.awssdk:codegen") public final class S3Repository extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Repository.Builder,S3Repository>
Information about a repository in an S3 bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3Repository.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the S3 bucket used for associating a new S3 repository.static S3Repository.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the repository in the S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends S3Repository.Builder>serializableBuilderClass()S3Repository.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
-
name
public final String name()
The name of the repository in the S3 bucket.
- Returns:
- The name of the repository in the S3 bucket.
-
bucketName
public final String bucketName()
The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-.- Returns:
- The name of the S3 bucket used for associating a new S3 repository. It must begin with
codeguru-reviewer-.
-
toBuilder
public S3Repository.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3Repository.Builder,S3Repository>
-
builder
public static S3Repository.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3Repository.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.
-
-