@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSyncConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSyncConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSyncConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBranch()
The branch for the sync configuration to be updated.
|
String |
getConfigFile()
The configuration file for the sync configuration to be updated.
|
String |
getRepositoryLinkId()
The ID of the repository link for the sync configuration to be updated.
|
String |
getResourceName()
The name of the Amazon Web Services resource for the sync configuration to be updated.
|
String |
getRoleArn()
The ARN of the IAM role for the sync configuration to be updated.
|
String |
getSyncType()
The sync type for the sync configuration to be updated.
|
int |
hashCode() |
void |
setBranch(String branch)
The branch for the sync configuration to be updated.
|
void |
setConfigFile(String configFile)
The configuration file for the sync configuration to be updated.
|
void |
setRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync configuration to be updated.
|
void |
setResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration to be updated.
|
void |
setRoleArn(String roleArn)
The ARN of the IAM role for the sync configuration to be updated.
|
void |
setSyncType(String syncType)
The sync type for the sync configuration to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSyncConfigurationRequest |
withBranch(String branch)
The branch for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
withConfigFile(String configFile)
The configuration file for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
withResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
withRoleArn(String roleArn)
The ARN of the IAM role for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
withSyncType(String syncType)
The sync type for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration 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 setBranch(String branch)
The branch for the sync configuration to be updated.
branch
- The branch for the sync configuration to be updated.public String getBranch()
The branch for the sync configuration to be updated.
public UpdateSyncConfigurationRequest withBranch(String branch)
The branch for the sync configuration to be updated.
branch
- The branch for the sync configuration to be updated.public void setConfigFile(String configFile)
The configuration file for the sync configuration to be updated.
configFile
- The configuration file for the sync configuration to be updated.public String getConfigFile()
The configuration file for the sync configuration to be updated.
public UpdateSyncConfigurationRequest withConfigFile(String configFile)
The configuration file for the sync configuration to be updated.
configFile
- The configuration file for the sync configuration to be updated.public void setRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync configuration to be updated.
repositoryLinkId
- The ID of the repository link for the sync configuration to be updated.public String getRepositoryLinkId()
The ID of the repository link for the sync configuration to be updated.
public UpdateSyncConfigurationRequest withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync configuration to be updated.
repositoryLinkId
- The ID of the repository link for the sync configuration to be updated.public void setResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration to be updated.
resourceName
- The name of the Amazon Web Services resource for the sync configuration to be updated.public String getResourceName()
The name of the Amazon Web Services resource for the sync configuration to be updated.
public UpdateSyncConfigurationRequest withResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration to be updated.
resourceName
- The name of the Amazon Web Services resource for the sync configuration to be updated.public void setRoleArn(String roleArn)
The ARN of the IAM role for the sync configuration to be updated.
roleArn
- The ARN of the IAM role for the sync configuration to be updated.public String getRoleArn()
The ARN of the IAM role for the sync configuration to be updated.
public UpdateSyncConfigurationRequest withRoleArn(String roleArn)
The ARN of the IAM role for the sync configuration to be updated.
roleArn
- The ARN of the IAM role for the sync configuration to be updated.public void setSyncType(String syncType)
The sync type for the sync configuration to be updated.
syncType
- The sync type for the sync configuration to be updated.SyncConfigurationType
public String getSyncType()
The sync type for the sync configuration to be updated.
SyncConfigurationType
public UpdateSyncConfigurationRequest withSyncType(String syncType)
The sync type for the sync configuration to be updated.
syncType
- The sync type for the sync configuration to be updated.SyncConfigurationType
public UpdateSyncConfigurationRequest withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration to be updated.
syncType
- The sync type for the sync configuration to be updated.SyncConfigurationType
public String toString()
toString
in class Object
Object.toString()
public UpdateSyncConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()