Class UpdateServiceSyncBlockerResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.proton.model.ProtonResponse
-
- software.amazon.awssdk.services.proton.model.UpdateServiceSyncBlockerResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateServiceSyncBlockerResponse.Builder,UpdateServiceSyncBlockerResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateServiceSyncBlockerResponse extends ProtonResponse implements ToCopyableBuilder<UpdateServiceSyncBlockerResponse.Builder,UpdateServiceSyncBlockerResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateServiceSyncBlockerResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateServiceSyncBlockerResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UpdateServiceSyncBlockerResponse.Builder>serializableBuilderClass()StringserviceInstanceName()The name of the service instance that you want to update the service sync blocker for.StringserviceName()The name of the service that you want to update the service sync blocker for.SyncBlockerserviceSyncBlocker()The detailed data on the service sync blocker that was updated.UpdateServiceSyncBlockerResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.proton.model.ProtonResponse
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
-
serviceInstanceName
public final String serviceInstanceName()
The name of the service instance that you want to update the service sync blocker for.
- Returns:
- The name of the service instance that you want to update the service sync blocker for.
-
serviceName
public final String serviceName()
The name of the service that you want to update the service sync blocker for.
- Returns:
- The name of the service that you want to update the service sync blocker for.
-
serviceSyncBlocker
public final SyncBlocker serviceSyncBlocker()
The detailed data on the service sync blocker that was updated.
- Returns:
- The detailed data on the service sync blocker that was updated.
-
toBuilder
public UpdateServiceSyncBlockerResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateServiceSyncBlockerResponse.Builder,UpdateServiceSyncBlockerResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateServiceSyncBlockerResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateServiceSyncBlockerResponse.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
-
-