@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTemplateSyncConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTemplateSyncConfigRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTemplateSyncConfigRequest |
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 template.
|
String |
getRepositoryName()
The repository name (for example,
myrepos/myrepo ). |
String |
getRepositoryProvider()
The provider type for your repository.
|
String |
getSubdirectory()
A repository subdirectory path to your template bundle directory.
|
String |
getTemplateName()
The name of your registered template.
|
String |
getTemplateType()
The type of the registered template.
|
int |
hashCode() |
void |
setBranch(String branch)
The repository branch for your template.
|
void |
setRepositoryName(String repositoryName)
The repository name (for example,
myrepos/myrepo ). |
void |
setRepositoryProvider(String repositoryProvider)
The provider type for your repository.
|
void |
setSubdirectory(String subdirectory)
A repository subdirectory path to your template bundle directory.
|
void |
setTemplateName(String templateName)
The name of your registered template.
|
void |
setTemplateType(String templateType)
The type of the registered template.
|
String |
toString()
Returns a string representation of this object.
|
CreateTemplateSyncConfigRequest |
withBranch(String branch)
The repository branch for your template.
|
CreateTemplateSyncConfigRequest |
withRepositoryName(String repositoryName)
The repository name (for example,
myrepos/myrepo ). |
CreateTemplateSyncConfigRequest |
withRepositoryProvider(RepositoryProvider repositoryProvider)
The provider type for your repository.
|
CreateTemplateSyncConfigRequest |
withRepositoryProvider(String repositoryProvider)
The provider type for your repository.
|
CreateTemplateSyncConfigRequest |
withSubdirectory(String subdirectory)
A repository subdirectory path to your template bundle directory.
|
CreateTemplateSyncConfigRequest |
withTemplateName(String templateName)
The name of your registered template.
|
CreateTemplateSyncConfigRequest |
withTemplateType(String templateType)
The type of the registered template.
|
CreateTemplateSyncConfigRequest |
withTemplateType(TemplateType templateType)
The type of the registered template.
|
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 template.
branch
- The repository branch for your template.public String getBranch()
The repository branch for your template.
public CreateTemplateSyncConfigRequest withBranch(String branch)
The repository branch for your template.
branch
- The repository branch for your template.public void setRepositoryName(String repositoryName)
The repository name (for example, myrepos/myrepo
).
repositoryName
- The repository name (for example, myrepos/myrepo
).public String getRepositoryName()
The repository name (for example, myrepos/myrepo
).
myrepos/myrepo
).public CreateTemplateSyncConfigRequest withRepositoryName(String repositoryName)
The repository name (for example, myrepos/myrepo
).
repositoryName
- The repository name (for example, myrepos/myrepo
).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 CreateTemplateSyncConfigRequest withRepositoryProvider(String repositoryProvider)
The provider type for your repository.
repositoryProvider
- The provider type for your repository.RepositoryProvider
public CreateTemplateSyncConfigRequest withRepositoryProvider(RepositoryProvider repositoryProvider)
The provider type for your repository.
repositoryProvider
- The provider type for your repository.RepositoryProvider
public void setSubdirectory(String subdirectory)
A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
subdirectory
- A repository subdirectory path to your template bundle directory. When included, Proton limits the
template bundle search to this repository directory.public String getSubdirectory()
A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
public CreateTemplateSyncConfigRequest withSubdirectory(String subdirectory)
A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
subdirectory
- A repository subdirectory path to your template bundle directory. When included, Proton limits the
template bundle search to this repository directory.public void setTemplateName(String templateName)
The name of your registered template.
templateName
- The name of your registered template.public String getTemplateName()
The name of your registered template.
public CreateTemplateSyncConfigRequest withTemplateName(String templateName)
The name of your registered template.
templateName
- The name of your registered template.public void setTemplateType(String templateType)
The type of the registered template.
templateType
- The type of the registered template.TemplateType
public String getTemplateType()
The type of the registered template.
TemplateType
public CreateTemplateSyncConfigRequest withTemplateType(String templateType)
The type of the registered template.
templateType
- The type of the registered template.TemplateType
public CreateTemplateSyncConfigRequest withTemplateType(TemplateType templateType)
The type of the registered template.
templateType
- The type of the registered template.TemplateType
public String toString()
toString
in class Object
Object.toString()
public CreateTemplateSyncConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()