@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpstreamRepositoryInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about an upstream repository.
| Constructor and Description | 
|---|
UpstreamRepositoryInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpstreamRepositoryInfo | 
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. 
 | 
UpstreamRepositoryInfo | 
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 UpstreamRepositoryInfo 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 UpstreamRepositoryInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.