@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRepositorySyncStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRepositorySyncStatusRequest() |
Modifier and Type | Method and Description |
---|---|
GetRepositorySyncStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBranch()
The branch of the repository link for the requested repository sync status.
|
String |
getRepositoryLinkId()
The repository link ID for the requested repository sync status.
|
String |
getSyncType()
The sync type of the requested sync status.
|
int |
hashCode() |
void |
setBranch(String branch)
The branch of the repository link for the requested repository sync status.
|
void |
setRepositoryLinkId(String repositoryLinkId)
The repository link ID for the requested repository sync status.
|
void |
setSyncType(String syncType)
The sync type of the requested sync status.
|
String |
toString()
Returns a string representation of this object.
|
GetRepositorySyncStatusRequest |
withBranch(String branch)
The branch of the repository link for the requested repository sync status.
|
GetRepositorySyncStatusRequest |
withRepositoryLinkId(String repositoryLinkId)
The repository link ID for the requested repository sync status.
|
GetRepositorySyncStatusRequest |
withSyncType(String syncType)
The sync type of the requested sync status.
|
GetRepositorySyncStatusRequest |
withSyncType(SyncConfigurationType syncType)
The sync type of the requested sync status.
|
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 branch of the repository link for the requested repository sync status.
branch
- The branch of the repository link for the requested repository sync status.public String getBranch()
The branch of the repository link for the requested repository sync status.
public GetRepositorySyncStatusRequest withBranch(String branch)
The branch of the repository link for the requested repository sync status.
branch
- The branch of the repository link for the requested repository sync status.public void setRepositoryLinkId(String repositoryLinkId)
The repository link ID for the requested repository sync status.
repositoryLinkId
- The repository link ID for the requested repository sync status.public String getRepositoryLinkId()
The repository link ID for the requested repository sync status.
public GetRepositorySyncStatusRequest withRepositoryLinkId(String repositoryLinkId)
The repository link ID for the requested repository sync status.
repositoryLinkId
- The repository link ID for the requested repository sync status.public void setSyncType(String syncType)
The sync type of the requested sync status.
syncType
- The sync type of the requested sync status.SyncConfigurationType
public String getSyncType()
The sync type of the requested sync status.
SyncConfigurationType
public GetRepositorySyncStatusRequest withSyncType(String syncType)
The sync type of the requested sync status.
syncType
- The sync type of the requested sync status.SyncConfigurationType
public GetRepositorySyncStatusRequest withSyncType(SyncConfigurationType syncType)
The sync type of the requested sync status.
syncType
- The sync type of the requested sync status.SyncConfigurationType
public String toString()
toString
in class Object
Object.toString()
public GetRepositorySyncStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.