Class JourneyTimeframeCap
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.JourneyTimeframeCap
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>
@Generated("software.amazon.awssdk:codegen") public final class JourneyTimeframeCap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>
The number of messages that can be sent to an endpoint during the specified timeframe for all journeys.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJourneyTimeframeCap.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JourneyTimeframeCap.Builderbuilder()Integercap()The maximum number of messages that all journeys can send to an endpoint during the specified timeframe.Integerdays()The length of the timeframe in days.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends JourneyTimeframeCap.Builder>serializableBuilderClass()JourneyTimeframeCap.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
-
cap
public final Integer cap()
The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.
- Returns:
- The maximum number of messages that all journeys can send to an endpoint during the specified timeframe. The maximum value is 100. If set to 0, this limit will not apply.
-
days
public final Integer days()
The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.
- Returns:
- The length of the timeframe in days. The maximum value is 30. If set to 0, this limit will not apply.
-
toBuilder
public JourneyTimeframeCap.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JourneyTimeframeCap.Builder,JourneyTimeframeCap>
-
builder
public static JourneyTimeframeCap.Builder builder()
-
serializableBuilderClass
public static Class<? extends JourneyTimeframeCap.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.
-
-