public class CreateRepositoryResult extends Object 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; useful for testing and
debugging.
|
CreateRepositoryResult |
withRepositoryMetadata(RepositoryMetadata repositoryMetadata)
Information about the newly created repository.
|
public 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.