Class GetSyncJobResponse
java.lang.Object
software.amazon.awssdk.core.SdkResponse
software.amazon.awssdk.awscore.AwsResponse
software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse
software.amazon.awssdk.services.iottwinmaker.model.GetSyncJobResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse>
@Generated("software.amazon.awssdk:codegen")
public final class GetSyncJobResponse
extends IoTTwinMakerResponse
implements ToCopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The sync job ARN.static GetSyncJobResponse.Builderbuilder()final InstantThe creation date and time.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends GetSyncJobResponse.Builder>final SyncJobStatusstatus()The SyncJob response status.final StringsyncRole()The sync IAM role.final StringThe sync soucre.final StringtoString()Returns a string representation of this object.final InstantThe update date and time.final StringThe ID of the workspace that contains the sync job.Methods inherited from class software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The sync job ARN.
- Returns:
- The sync job ARN.
-
workspaceId
The ID of the workspace that contains the sync job.
- Returns:
- The ID of the workspace that contains the sync job.
-
syncSource
The sync soucre.
Currently the only supported syncSource is
SITEWISE.- Returns:
- The sync soucre.
Currently the only supported syncSource is
SITEWISE.
-
syncRole
The sync IAM role.
- Returns:
- The sync IAM role.
-
status
The SyncJob response status.
- Returns:
- The SyncJob response status.
-
creationDateTime
The creation date and time.
- Returns:
- The creation date and time.
-
updateDateTime
The update date and time.
- Returns:
- The update date and time.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-