@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThirdPartySourceRepository extends Object implements Serializable, Cloneable, StructuredPojo
Information about a third party source repository connected through CodeStar Connections.
Constructor and Description |
---|
ThirdPartySourceRepository() |
Modifier and Type | Method and Description |
---|---|
ThirdPartySourceRepository |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionArn()
The Amazon Resource Name (ARN) identifying the repository connection.
|
String |
getName()
The name of the third party source repository.
|
String |
getOwner()
The username of the owner of the repository.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) identifying the repository connection.
|
void |
setName(String name)
The name of the third party source repository.
|
void |
setOwner(String owner)
The username of the owner of the repository.
|
String |
toString()
Returns a string representation of this object.
|
ThirdPartySourceRepository |
withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) identifying the repository connection.
|
ThirdPartySourceRepository |
withName(String name)
The name of the third party source repository.
|
ThirdPartySourceRepository |
withOwner(String owner)
The username of the owner of the repository.
|
public void setName(String name)
The name of the third party source repository.
name
- The name of the third party source repository.public String getName()
The name of the third party source repository.
public ThirdPartySourceRepository withName(String name)
The name of the third party source repository.
name
- The name of the third party source repository.public void setConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) identifying the repository connection.
connectionArn
- The Amazon Resource Name (ARN) identifying the repository connection.public String getConnectionArn()
The Amazon Resource Name (ARN) identifying the repository connection.
public ThirdPartySourceRepository withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) identifying the repository connection.
connectionArn
- The Amazon Resource Name (ARN) identifying the repository connection.public void setOwner(String owner)
The username of the owner of the repository.
owner
- The username of the owner of the repository.public String getOwner()
The username of the owner of the repository.
public ThirdPartySourceRepository withOwner(String owner)
The username of the owner of the repository.
owner
- The username of the owner of the repository.public String toString()
toString
in class Object
Object.toString()
public ThirdPartySourceRepository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.