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