@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WriteApplicationSettingsRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
WriteApplicationSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
WriteApplicationSettingsRequest |
clone() |
boolean |
equals(Object obj) |
CampaignLimits |
getLimits()
The default campaign limits for the app.
|
QuietTime |
getQuietTime()
The default quiet time for the app.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLimits(CampaignLimits limits)
The default campaign limits for the app.
|
void |
setQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
WriteApplicationSettingsRequest |
withLimits(CampaignLimits limits)
The default campaign limits for the app.
|
WriteApplicationSettingsRequest |
withQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
public void setLimits(CampaignLimits limits)
limits
- The default campaign limits for the app. These limits apply to each campaign for the app, unless the
campaign overrides the default with limits of its own.public CampaignLimits getLimits()
public WriteApplicationSettingsRequest withLimits(CampaignLimits limits)
limits
- The default campaign limits for the app. These limits apply to each campaign for the app, unless the
campaign overrides the default with limits of its own.public void setQuietTime(QuietTime quietTime)
quietTime
- The default quiet time for the app. Each campaign for this app sends no messages during this time unless
the campaign overrides the default with a quiet time of its own.public QuietTime getQuietTime()
public WriteApplicationSettingsRequest withQuietTime(QuietTime quietTime)
quietTime
- The default quiet time for the app. Each campaign for this app sends no messages during this time unless
the campaign overrides the default with a quiet time of its own.public String toString()
toString
in class Object
Object.toString()
public WriteApplicationSettingsRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.