Class UpdateServiceSyncConfigRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.proton.model.ProtonRequest
-
- software.amazon.awssdk.services.proton.model.UpdateServiceSyncConfigRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateServiceSyncConfigRequest extends ProtonRequest implements ToCopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateServiceSyncConfigRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbranch()The name of the code repository branch where the Proton Ops file is found.static UpdateServiceSyncConfigRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfilePath()The path to the Proton Ops file.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrepositoryName()The name of the repository where the Proton Ops file is found.RepositoryProviderrepositoryProvider()The name of the repository provider where the Proton Ops file is found.StringrepositoryProviderAsString()The name of the repository provider where the Proton Ops file is found.List<SdkField<?>>sdkFields()static Class<? extends UpdateServiceSyncConfigRequest.Builder>serializableBuilderClass()StringserviceName()The name of the service the Proton Ops file is for.UpdateServiceSyncConfigRequest.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
-
branch
public final String branch()
The name of the code repository branch where the Proton Ops file is found.
- Returns:
- The name of the code repository branch where the Proton Ops file is found.
-
filePath
public final String filePath()
The path to the Proton Ops file.
- Returns:
- The path to the Proton Ops file.
-
repositoryName
public final String repositoryName()
The name of the repository where the Proton Ops file is found.
- Returns:
- The name of the repository where the Proton Ops file is found.
-
repositoryProvider
public final RepositoryProvider repositoryProvider()
The name of the repository provider where the Proton Ops file is found.
If the service returns an enum value that is not available in the current SDK version,
repositoryProviderwill returnRepositoryProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrepositoryProviderAsString().- Returns:
- The name of the repository provider where the Proton Ops file is found.
- See Also:
RepositoryProvider
-
repositoryProviderAsString
public final String repositoryProviderAsString()
The name of the repository provider where the Proton Ops file is found.
If the service returns an enum value that is not available in the current SDK version,
repositoryProviderwill returnRepositoryProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrepositoryProviderAsString().- Returns:
- The name of the repository provider where the Proton Ops file is found.
- See Also:
RepositoryProvider
-
serviceName
public final String serviceName()
The name of the service the Proton Ops file is for.
- Returns:
- The name of the service the Proton Ops file is for.
-
toBuilder
public UpdateServiceSyncConfigRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateServiceSyncConfigRequest.Builder,UpdateServiceSyncConfigRequest>- Specified by:
toBuilderin classProtonRequest
-
builder
public static UpdateServiceSyncConfigRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateServiceSyncConfigRequest.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
-
-