@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3RepositoryDetails extends Object implements Serializable, Cloneable, StructuredPojo
 Specifies the name of an S3 bucket and a CodeArtifacts object that contains the S3 object keys for a
 source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
 
| Constructor and Description | 
|---|
| S3RepositoryDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| S3RepositoryDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getBucketName()
 The name of the S3 bucket used for associating a new S3 repository. | 
| CodeArtifacts | getCodeArtifacts()
 A  CodeArtifactsobject. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setBucketName(String bucketName)
 The name of the S3 bucket used for associating a new S3 repository. | 
| void | setCodeArtifacts(CodeArtifacts codeArtifacts)
 A  CodeArtifactsobject. | 
| String | toString()Returns a string representation of this object. | 
| S3RepositoryDetails | withBucketName(String bucketName)
 The name of the S3 bucket used for associating a new S3 repository. | 
| S3RepositoryDetails | withCodeArtifacts(CodeArtifacts codeArtifacts)
 A  CodeArtifactsobject. | 
public void setBucketName(String bucketName)
 The name of the S3 bucket used for associating a new S3 repository. It must begin with
 codeguru-reviewer-.
 
bucketName - The name of the S3 bucket used for associating a new S3 repository. It must begin with
        codeguru-reviewer-.public String getBucketName()
 The name of the S3 bucket used for associating a new S3 repository. It must begin with
 codeguru-reviewer-.
 
codeguru-reviewer-.public S3RepositoryDetails withBucketName(String bucketName)
 The name of the S3 bucket used for associating a new S3 repository. It must begin with
 codeguru-reviewer-.
 
bucketName - The name of the S3 bucket used for associating a new S3 repository. It must begin with
        codeguru-reviewer-.public void setCodeArtifacts(CodeArtifacts codeArtifacts)
 A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a
 source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
 
codeArtifacts - A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for
        a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.public CodeArtifacts getCodeArtifacts()
 A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a
 source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
 
CodeArtifacts object. The CodeArtifacts object includes the S3 object key for
         a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.public S3RepositoryDetails withCodeArtifacts(CodeArtifacts codeArtifacts)
 A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for a
 source code .zip file and for a build artifacts .zip file that contains .jar or .class files.
 
codeArtifacts - A CodeArtifacts object. The CodeArtifacts object includes the S3 object key for
        a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.public String toString()
toString in class ObjectObject.toString()public S3RepositoryDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.