@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 |
getRepositoryLinkId()
The ID of the repository link for the sync definition for which you want to retrieve information.
|
String |
getSyncType()
The sync type of the repository link for the the sync definition for which you want to retrieve information.
|
int |
hashCode() |
void |
setRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync definition for which you want to retrieve information.
|
void |
setSyncType(String syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositorySyncDefinitionsRequest |
withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync definition for which you want to retrieve information.
|
ListRepositorySyncDefinitionsRequest |
withSyncType(String syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
|
ListRepositorySyncDefinitionsRequest |
withSyncType(SyncConfigurationType syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
|
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 setRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync definition for which you want to retrieve information.
repositoryLinkId
- The ID of the repository link for the sync definition for which you want to retrieve information.public String getRepositoryLinkId()
The ID of the repository link for the sync definition for which you want to retrieve information.
public ListRepositorySyncDefinitionsRequest withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync definition for which you want to retrieve information.
repositoryLinkId
- The ID of the repository link for the sync definition for which you want to retrieve information.public void setSyncType(String syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
syncType
- The sync type of the repository link for the the sync definition for which you want to retrieve
information.SyncConfigurationType
public String getSyncType()
The sync type of the repository link for the the sync definition for which you want to retrieve information.
SyncConfigurationType
public ListRepositorySyncDefinitionsRequest withSyncType(String syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
syncType
- The sync type of the repository link for the the sync definition for which you want to retrieve
information.SyncConfigurationType
public ListRepositorySyncDefinitionsRequest withSyncType(SyncConfigurationType syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
syncType
- The sync type of the repository link for the the sync definition for which you want to retrieve
information.SyncConfigurationType
public String toString()
toString
in class Object
Object.toString()
public ListRepositorySyncDefinitionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()