Class DeploymentParameterInput
- java.lang.Object
-
- software.amazon.awssdk.services.marketplacedeployment.model.DeploymentParameterInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput>
@Generated("software.amazon.awssdk:codegen") public final class DeploymentParameterInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput>
The shape containing the requested deployment parameter name and secretString.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeploymentParameterInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentParameterInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The desired name of the deployment parameter.List<SdkField<?>>sdkFields()StringsecretString()The text to encrypt and store in the secret.static Class<? extends DeploymentParameterInput.Builder>serializableBuilderClass()DeploymentParameterInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
name
public final String name()
The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
- Returns:
- The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
-
secretString
public final String secretString()
The text to encrypt and store in the secret.
- Returns:
- The text to encrypt and store in the secret.
-
toBuilder
public DeploymentParameterInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput>
-
builder
public static DeploymentParameterInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeploymentParameterInput.Builder> serializableBuilderClass()
-
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.
-
-