@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) |
RepositoryDescription |
getRepository()
Information about the created repository after processing the request.
|
int |
hashCode() |
void |
setRepository(RepositoryDescription repository)
Information about the created repository after processing the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateRepositoryResult |
withRepository(RepositoryDescription repository)
Information about the created repository after processing the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepository(RepositoryDescription repository)
Information about the created repository after processing the request.
repository
- Information about the created repository after processing the request.public RepositoryDescription getRepository()
Information about the created repository after processing the request.
public CreateRepositoryResult withRepository(RepositoryDescription repository)
Information about the created repository after processing the request.
repository
- Information about the created repository after processing the request.public String toString()
toString
in class Object
Object.toString()
public CreateRepositoryResult clone()