@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRepositoryLinkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetRepositoryLinkResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRepositoryLinkResult | clone() | 
| boolean | equals(Object obj) | 
| RepositoryLinkInfo | getRepositoryLinkInfo()
 The information returned for a specified repository link. | 
| int | hashCode() | 
| void | setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
 The information returned for a specified repository link. | 
| String | toString()Returns a string representation of this object. | 
| GetRepositoryLinkResult | withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
 The information returned for a specified repository link. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The information returned for a specified repository link.
repositoryLinkInfo - The information returned for a specified repository link.public RepositoryLinkInfo getRepositoryLinkInfo()
The information returned for a specified repository link.
public GetRepositoryLinkResult withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
The information returned for a specified repository link.
repositoryLinkInfo - The information returned for a specified repository link.public String toString()
toString in class ObjectObject.toString()public GetRepositoryLinkResult clone()