@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRepositoryLinkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRepositoryLinkResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRepositoryLinkResult |
clone() |
boolean |
equals(Object obj) |
RepositoryLinkInfo |
getRepositoryLinkInfo()
Information about the repository link to be updated.
|
int |
hashCode() |
void |
setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
Information about the repository link to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRepositoryLinkResult |
withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
Information about the repository link to be updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
Information about the repository link to be updated.
repositoryLinkInfo
- Information about the repository link to be updated.public RepositoryLinkInfo getRepositoryLinkInfo()
Information about the repository link to be updated.
public UpdateRepositoryLinkResult withRepositoryLinkInfo(RepositoryLinkInfo repositoryLinkInfo)
Information about the repository link to be updated.
repositoryLinkInfo
- Information about the repository link to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateRepositoryLinkResult clone()