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