@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRepositoryLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRepositoryLinkRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRepositoryLinkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionArn()
The Amazon Resource Name (ARN) of the connection for the repository link to be updated.
|
String |
getEncryptionKeyArn()
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
|
String |
getRepositoryLinkId()
The ID of the repository link to be updated.
|
int |
hashCode() |
void |
setConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection for the repository link to be updated.
|
void |
setEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
|
void |
setRepositoryLinkId(String repositoryLinkId)
The ID of the repository link to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRepositoryLinkRequest |
withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection for the repository link to be updated.
|
UpdateRepositoryLinkRequest |
withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
|
UpdateRepositoryLinkRequest |
withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link to be updated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
connectionArn
- The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated
connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the
repo link.public String getConnectionArn()
The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
public UpdateRepositoryLinkRequest withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the repo link.
connectionArn
- The Amazon Resource Name (ARN) of the connection for the repository link to be updated. The updated
connection ARN must have the same providerType (such as GitHub) as the original connection ARN for the
repo link.public void setEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
encryptionKeyArn
- The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.public String getEncryptionKeyArn()
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
public UpdateRepositoryLinkRequest withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.
encryptionKeyArn
- The Amazon Resource Name (ARN) of the encryption key for the repository link to be updated.public void setRepositoryLinkId(String repositoryLinkId)
The ID of the repository link to be updated.
repositoryLinkId
- The ID of the repository link to be updated.public String getRepositoryLinkId()
The ID of the repository link to be updated.
public UpdateRepositoryLinkRequest withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link to be updated.
repositoryLinkId
- The ID of the repository link to be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateRepositoryLinkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()