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 Modifier and Type Class Description static interfaceGetSyncJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The sync job ARN.static GetSyncJobResponse.Builderbuilder()InstantcreationDateTime()The creation date and time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetSyncJobResponse.Builder>serializableBuilderClass()SyncJobStatusstatus()The SyncJob response status.StringsyncRole()The sync IAM role.StringsyncSource()The sync soucre.GetSyncJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateDateTime()The update date and time.StringworkspaceId()The ID of the workspace that contains the sync job.-
Methods inherited from class software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The sync job ARN.
- Returns:
- The sync job ARN.
-
workspaceId
public final String workspaceId()
The ID of the workspace that contains the sync job.
- Returns:
- The ID of the workspace that contains the sync job.
-
syncSource
public final String syncSource()
The sync soucre.
Currently the only supported syncSource is
SITEWISE.- Returns:
- The sync soucre.
Currently the only supported syncSource is
SITEWISE.
-
syncRole
public final String syncRole()
The sync IAM role.
- Returns:
- The sync IAM role.
-
status
public final SyncJobStatus status()
The SyncJob response status.
- Returns:
- The SyncJob response status.
-
creationDateTime
public final Instant creationDateTime()
The creation date and time.
- Returns:
- The creation date and time.
-
updateDateTime
public final Instant updateDateTime()
The update date and time.
- Returns:
- The update date and time.
-
toBuilder
public GetSyncJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSyncJobResponse.Builder,GetSyncJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetSyncJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSyncJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-