@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCodeRepositoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateCodeRepositoryResult() |
Modifier and Type | Method and Description |
---|---|
CreateCodeRepositoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getCodeRepositoryArn()
The Amazon Resource Name (ARN) of the new repository.
|
int |
hashCode() |
void |
setCodeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the new repository.
|
String |
toString()
Returns a string representation of this object.
|
CreateCodeRepositoryResult |
withCodeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the new repository.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCodeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the new repository.
codeRepositoryArn
- The Amazon Resource Name (ARN) of the new repository.public String getCodeRepositoryArn()
The Amazon Resource Name (ARN) of the new repository.
public CreateCodeRepositoryResult withCodeRepositoryArn(String codeRepositoryArn)
The Amazon Resource Name (ARN) of the new repository.
codeRepositoryArn
- The Amazon Resource Name (ARN) of the new repository.public String toString()
toString
in class Object
Object.toString()
public CreateCodeRepositoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.