@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeCommitCodeDestination extends Object implements Serializable, Cloneable, StructuredPojo
Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
Constructor and Description |
---|
CodeCommitCodeDestination() |
Modifier and Type | Method and Description |
---|---|
CodeCommitCodeDestination |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
|
String |
toString()
Returns a string representation of this object.
|
CodeCommitCodeDestination |
withName(String name)
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
|
public void setName(String name)
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
name
- The name of the AWS CodeCommit repository to be created in AWS CodeStar.public String getName()
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
public CodeCommitCodeDestination withName(String name)
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
name
- The name of the AWS CodeCommit repository to be created in AWS CodeStar.public String toString()
toString
in class Object
Object.toString()
public CodeCommitCodeDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.