Class InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.BuilderA builder for AutomationUpdateProfileStep.
public final classInvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Actionpublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Profilepublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Merge
-
Method Summary
-
-
Method Detail
-
merge
final Optional<InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Merge> merge()
-
recipientId
final Optional<String> recipientId()
-
_action
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Action> _action()
Returns the raw JSON value of action.
Unlike action, this method doesn't throw if the JSON field has an unexpected type.
-
_profile
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Profile> _profile()
Returns the raw JSON value of profile.
Unlike profile, this method doesn't throw if the JSON field has an unexpected type.
-
_merge
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Merge> _merge()
Returns the raw JSON value of merge.
Unlike merge, this method doesn't throw if the JSON field has an unexpected type.
-
_recipientId
final JsonField<String> _recipientId()
Returns the raw JSON value of recipientId.
Unlike recipientId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Builder toBuilder()
-
builder
final static InvokeInvokeAdHocParams.Automation.Step.AutomationUpdateProfileStep.Builder builder()
Returns a mutable builder for constructing an instance of AutomationUpdateProfileStep.
The following fields are required:
.action() .profile()
-
-
-
-