Class UpdateSyncBlockerRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest
-
- software.amazon.awssdk.services.codestarconnections.model.UpdateSyncBlockerRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSyncBlockerRequest.Builder,UpdateSyncBlockerRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSyncBlockerRequest extends CodeStarConnectionsRequest implements ToCopyableBuilder<UpdateSyncBlockerRequest.Builder,UpdateSyncBlockerRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSyncBlockerRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateSyncBlockerRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the sync blocker to be updated.StringresolvedReason()The reason for resolving the sync blocker.StringresourceName()The name of the resource for the sync blocker to be updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateSyncBlockerRequest.Builder>serializableBuilderClass()SyncConfigurationTypesyncType()The sync type of the sync blocker to be updated.StringsyncTypeAsString()The sync type of the sync blocker to be updated.UpdateSyncBlockerRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
id
public final String id()
The ID of the sync blocker to be updated.
- Returns:
- The ID of the sync blocker to be updated.
-
syncType
public final SyncConfigurationType syncType()
The sync type of the sync blocker to be updated.
If the service returns an enum value that is not available in the current SDK version,
syncTypewill returnSyncConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsyncTypeAsString().- Returns:
- The sync type of the sync blocker to be updated.
- See Also:
SyncConfigurationType
-
syncTypeAsString
public final String syncTypeAsString()
The sync type of the sync blocker to be updated.
If the service returns an enum value that is not available in the current SDK version,
syncTypewill returnSyncConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsyncTypeAsString().- Returns:
- The sync type of the sync blocker to be updated.
- See Also:
SyncConfigurationType
-
resourceName
public final String resourceName()
The name of the resource for the sync blocker to be updated.
- Returns:
- The name of the resource for the sync blocker to be updated.
-
resolvedReason
public final String resolvedReason()
The reason for resolving the sync blocker.
- Returns:
- The reason for resolving the sync blocker.
-
toBuilder
public UpdateSyncBlockerRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSyncBlockerRequest.Builder,UpdateSyncBlockerRequest>- Specified by:
toBuilderin classCodeStarConnectionsRequest
-
builder
public static UpdateSyncBlockerRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSyncBlockerRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-