@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a create repository operation.
| Constructor and Description | 
|---|
| CreateRepositoryResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateRepositoryResult | clone() | 
| boolean | equals(Object obj) | 
| RepositoryMetadata | getRepositoryMetadata()
 Information about the newly created repository. | 
| int | hashCode() | 
| void | setRepositoryMetadata(RepositoryMetadata repositoryMetadata)
 Information about the newly created repository. | 
| String | toString()Returns a string representation of this object. | 
| CreateRepositoryResult | withRepositoryMetadata(RepositoryMetadata repositoryMetadata)
 Information about the newly created repository. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
repositoryMetadata - Information about the newly created repository.public RepositoryMetadata getRepositoryMetadata()
Information about the newly created repository.
public CreateRepositoryResult withRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
repositoryMetadata - Information about the newly created repository.public String toString()
toString in class ObjectObject.toString()public CreateRepositoryResult clone()