@Generated(value="software.amazon.awssdk:codegen") public final class GetSyncJobResponse extends IoTTwinMakerResponse implements ToCopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSyncJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The sync job ARN.
|
static GetSyncJobResponse.Builder |
builder() |
Instant |
creationDateTime()
The creation date and time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSyncJobResponse.Builder> |
serializableBuilderClass() |
SyncJobStatus |
status()
The SyncJob response status.
|
String |
syncRole()
The sync IAM role.
|
String |
syncSource()
The sync soucre.
|
GetSyncJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDateTime()
The update date and time.
|
String |
workspaceId()
The ID of the workspace that contains the sync job.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The sync job ARN.
public final String workspaceId()
The ID of the workspace that contains the sync job.
public final String syncSource()
The sync soucre.
Currently the only supported syncSource is SITEWISE .
Currently the only supported syncSource is SITEWISE .
public final String syncRole()
The sync IAM role.
public final SyncJobStatus status()
The SyncJob response status.
public final Instant creationDateTime()
The creation date and time.
public final Instant updateDateTime()
The update date and time.
public GetSyncJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse>toBuilder in class AwsResponsepublic static GetSyncJobResponse.Builder builder()
public static Class<? extends GetSyncJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.