@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSettingsResource extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ApplicationSettingsResource() |
Modifier and Type | Method and Description |
---|---|
ApplicationSettingsResource |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID for the application.
|
String |
getLastModifiedDate()
The date that the settings were last updated in ISO 8601 format.
|
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 |
setApplicationId(String applicationId)
The unique ID for the application.
|
void |
setLastModifiedDate(String lastModifiedDate)
The date that the settings were last updated in ISO 8601 format.
|
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.
|
ApplicationSettingsResource |
withApplicationId(String applicationId)
The unique ID for the application.
|
ApplicationSettingsResource |
withLastModifiedDate(String lastModifiedDate)
The date that the settings were last updated in ISO 8601 format.
|
ApplicationSettingsResource |
withLimits(CampaignLimits limits)
The default campaign limits for the app.
|
ApplicationSettingsResource |
withQuietTime(QuietTime quietTime)
The default quiet time for the app.
|
public void setApplicationId(String applicationId)
applicationId
- The unique ID for the application.public String getApplicationId()
public ApplicationSettingsResource withApplicationId(String applicationId)
applicationId
- The unique ID for the application.public void setLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- The date that the settings were last updated in ISO 8601 format.public String getLastModifiedDate()
public ApplicationSettingsResource withLastModifiedDate(String lastModifiedDate)
lastModifiedDate
- The date that the settings were last updated in ISO 8601 format.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 ApplicationSettingsResource 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 ApplicationSettingsResource 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 ApplicationSettingsResource 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.