@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
CreateRepositoryResult |
clone() |
boolean |
equals(Object obj) |
Repository |
getRepository()
The repository detail data that's returned by Proton.
|
int |
hashCode() |
void |
setRepository(Repository repository)
The repository detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
CreateRepositoryResult |
withRepository(Repository repository)
The repository detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepository(Repository repository)
The repository detail data that's returned by Proton.
repository
- The repository detail data that's returned by Proton.public Repository getRepository()
The repository detail data that's returned by Proton.
public CreateRepositoryResult withRepository(Repository repository)
The repository detail data that's returned by Proton.
repository
- The repository detail data that's returned by Proton.public String toString()
toString
in class Object
Object.toString()
public CreateRepositoryResult clone()