@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceSyncConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateServiceSyncConfigRequest() |
Modifier and Type | Method and Description |
---|---|
CreateServiceSyncConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBranch()
The repository branch for your Proton Ops file.
|
String |
getFilePath()
The path to the Proton Ops file.
|
String |
getRepositoryName()
The repository name.
|
String |
getRepositoryProvider()
The provider type for your repository.
|
String |
getServiceName()
The name of the service the Proton Ops file is for.
|
int |
hashCode() |
void |
setBranch(String branch)
The repository branch for your Proton Ops file.
|
void |
setFilePath(String filePath)
The path to the Proton Ops file.
|
void |
setRepositoryName(String repositoryName)
The repository name.
|
void |
setRepositoryProvider(String repositoryProvider)
The provider type for your repository.
|
void |
setServiceName(String serviceName)
The name of the service the Proton Ops file is for.
|
String |
toString()
Returns a string representation of this object.
|
CreateServiceSyncConfigRequest |
withBranch(String branch)
The repository branch for your Proton Ops file.
|
CreateServiceSyncConfigRequest |
withFilePath(String filePath)
The path to the Proton Ops file.
|
CreateServiceSyncConfigRequest |
withRepositoryName(String repositoryName)
The repository name.
|
CreateServiceSyncConfigRequest |
withRepositoryProvider(RepositoryProvider repositoryProvider)
The provider type for your repository.
|
CreateServiceSyncConfigRequest |
withRepositoryProvider(String repositoryProvider)
The provider type for your repository.
|
CreateServiceSyncConfigRequest |
withServiceName(String serviceName)
The name of the service the Proton Ops file is for.
|
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 repository branch for your Proton Ops file.
branch
- The repository branch for your Proton Ops file.public String getBranch()
The repository branch for your Proton Ops file.
public CreateServiceSyncConfigRequest withBranch(String branch)
The repository branch for your Proton Ops file.
branch
- The repository branch for your Proton Ops file.public void setFilePath(String filePath)
The path to the Proton Ops file.
filePath
- The path to the Proton Ops file.public String getFilePath()
The path to the Proton Ops file.
public CreateServiceSyncConfigRequest withFilePath(String filePath)
The path to the Proton Ops file.
filePath
- The path to the Proton Ops file.public void setRepositoryName(String repositoryName)
The repository name.
repositoryName
- The repository name.public String getRepositoryName()
The repository name.
public CreateServiceSyncConfigRequest withRepositoryName(String repositoryName)
The repository name.
repositoryName
- The repository name.public void setRepositoryProvider(String repositoryProvider)
The provider type for your repository.
repositoryProvider
- The provider type for your repository.RepositoryProvider
public String getRepositoryProvider()
The provider type for your repository.
RepositoryProvider
public CreateServiceSyncConfigRequest withRepositoryProvider(String repositoryProvider)
The provider type for your repository.
repositoryProvider
- The provider type for your repository.RepositoryProvider
public CreateServiceSyncConfigRequest withRepositoryProvider(RepositoryProvider repositoryProvider)
The provider type for your repository.
repositoryProvider
- The provider type for your repository.RepositoryProvider
public void setServiceName(String serviceName)
The name of the service the Proton Ops file is for.
serviceName
- The name of the service the Proton Ops file is for.public String getServiceName()
The name of the service the Proton Ops file is for.
public CreateServiceSyncConfigRequest withServiceName(String serviceName)
The name of the service the Proton Ops file is for.
serviceName
- The name of the service the Proton Ops file is for.public String toString()
toString
in class Object
Object.toString()
public CreateServiceSyncConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()