Class UpdatePushTemplateRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.pinpoint.model.PinpointRequest
-
- software.amazon.awssdk.services.pinpoint.model.UpdatePushTemplateRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePushTemplateRequest.Builder,UpdatePushTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePushTemplateRequest extends PinpointRequest implements ToCopyableBuilder<UpdatePushTemplateRequest.Builder,UpdatePushTemplateRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePushTemplateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdatePushTemplateRequest.Builderbuilder()BooleancreateNewVersion()Specifies whether to save the updates as a new version of the message template.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PushNotificationTemplateRequestpushNotificationTemplateRequest()Returns the value of the PushNotificationTemplateRequest property for this object.List<SdkField<?>>sdkFields()static Class<? extends UpdatePushTemplateRequest.Builder>serializableBuilderClass()StringtemplateName()The name of the message template.UpdatePushTemplateRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The unique identifier for the version of the message template to update, retrieve information about, or delete.-
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
-
createNewVersion
public final Boolean createNewVersion()
Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to (overwrite) the latest existing version of the template.
If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.
- Returns:
- Specifies whether to save the updates as a new version of the message template. Valid values are: true,
save the updates as a new version; and, false, save the updates to (overwrite) the latest existing
version of the template.
If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to (overwrites) the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.
-
pushNotificationTemplateRequest
public final PushNotificationTemplateRequest pushNotificationTemplateRequest()
Returns the value of the PushNotificationTemplateRequest property for this object.- Returns:
- The value of the PushNotificationTemplateRequest property for this object.
-
templateName
public final String templateName()
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
- Returns:
- The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
-
version
public final String version()
The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.
If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
-
For a get operation, retrieves information about the active version of the template.
-
For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
-
For a delete operation, deletes the template, including all versions of the template.
- Returns:
- The unique identifier for the version of the message template to update, retrieve information about, or
delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.
If specified, this value must match the identifier for an existing template version. If specified for an update operation, this value must match the identifier for the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
-
For a get operation, retrieves information about the active version of the template.
-
For an update operation, saves the updates to (overwrites) the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
-
For a delete operation, deletes the template, including all versions of the template.
-
-
-
toBuilder
public UpdatePushTemplateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePushTemplateRequest.Builder,UpdatePushTemplateRequest>- Specified by:
toBuilderin classPinpointRequest
-
builder
public static UpdatePushTemplateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePushTemplateRequest.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
-
-