@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositorySyncDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRepositorySyncDefinitionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRepositorySyncDefinitionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token that indicates the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.
|
String |
getRepositoryName()
The repository name.
|
String |
getRepositoryProvider()
The repository provider.
|
String |
getSyncType()
The sync type.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that indicates the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.
|
void |
setRepositoryName(String repositoryName)
The repository name.
|
void |
setRepositoryProvider(String repositoryProvider)
The repository provider.
|
void |
setSyncType(String syncType)
The sync type.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositorySyncDefinitionsRequest |
withNextToken(String nextToken)
A token that indicates the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.
|
ListRepositorySyncDefinitionsRequest |
withRepositoryName(String repositoryName)
The repository name.
|
ListRepositorySyncDefinitionsRequest |
withRepositoryProvider(RepositoryProvider repositoryProvider)
The repository provider.
|
ListRepositorySyncDefinitionsRequest |
withRepositoryProvider(String repositoryProvider)
The repository provider.
|
ListRepositorySyncDefinitionsRequest |
withSyncType(String syncType)
The sync type.
|
ListRepositorySyncDefinitionsRequest |
withSyncType(SyncType syncType)
The sync 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 ListRepositorySyncDefinitionsRequest()
public void setNextToken(String nextToken)
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
nextToken
- A token that indicates the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.public String getNextToken()
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
public ListRepositorySyncDefinitionsRequest withNextToken(String nextToken)
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
nextToken
- A token that indicates the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.public void setRepositoryName(String repositoryName)
The repository name.
repositoryName
- The repository name.public String getRepositoryName()
The repository name.
public ListRepositorySyncDefinitionsRequest withRepositoryName(String repositoryName)
The repository name.
repositoryName
- The repository name.public void setRepositoryProvider(String repositoryProvider)
The repository provider.
repositoryProvider
- The repository provider.RepositoryProvider
public String getRepositoryProvider()
The repository provider.
RepositoryProvider
public ListRepositorySyncDefinitionsRequest withRepositoryProvider(String repositoryProvider)
The repository provider.
repositoryProvider
- The repository provider.RepositoryProvider
public ListRepositorySyncDefinitionsRequest withRepositoryProvider(RepositoryProvider repositoryProvider)
The repository provider.
repositoryProvider
- The repository provider.RepositoryProvider
public void setSyncType(String syncType)
The sync type. The only supported value is TEMPLATE_SYNC
.
syncType
- The sync type. The only supported value is TEMPLATE_SYNC
.SyncType
public String getSyncType()
The sync type. The only supported value is TEMPLATE_SYNC
.
TEMPLATE_SYNC
.SyncType
public ListRepositorySyncDefinitionsRequest withSyncType(String syncType)
The sync type. The only supported value is TEMPLATE_SYNC
.
syncType
- The sync type. The only supported value is TEMPLATE_SYNC
.SyncType
public ListRepositorySyncDefinitionsRequest withSyncType(SyncType syncType)
The sync type. The only supported value is TEMPLATE_SYNC
.
syncType
- The sync type. The only supported value is TEMPLATE_SYNC
.SyncType
public String toString()
toString
in class Object
Object.toString()
public ListRepositorySyncDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()