@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpstreamRepository extends Object implements Serializable, Cloneable, StructuredPojo
 Information about an upstream repository. A list of UpstreamRepository objects is an input parameter to
 
 CreateRepository  and 
 UpdateRepository .
 
| Constructor and Description | 
|---|
| UpstreamRepository() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpstreamRepository | clone() | 
| boolean | equals(Object obj) | 
| String | getRepositoryName()
 The name of an upstream repository. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setRepositoryName(String repositoryName)
 The name of an upstream repository. | 
| String | toString()Returns a string representation of this object. | 
| UpstreamRepository | withRepositoryName(String repositoryName)
 The name of an upstream repository. | 
public void setRepositoryName(String repositoryName)
The name of an upstream repository.
repositoryName - The name of an upstream repository.public String getRepositoryName()
The name of an upstream repository.
public UpstreamRepository withRepositoryName(String repositoryName)
The name of an upstream repository.
repositoryName - The name of an upstream repository.public String toString()
toString in class ObjectObject.toString()public UpstreamRepository clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.