@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainStatisticsReportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An object that includes statistics that are related to the domain that you specified.
Constructor and Description |
---|
GetDomainStatisticsReportResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainStatisticsReportResult |
clone() |
boolean |
equals(Object obj) |
List<DailyVolume> |
getDailyVolumes()
An object that contains deliverability metrics for the domain that you specified.
|
OverallVolume |
getOverallVolume()
An object that contains deliverability metrics for the domain that you specified.
|
int |
hashCode() |
void |
setDailyVolumes(Collection<DailyVolume> dailyVolumes)
An object that contains deliverability metrics for the domain that you specified.
|
void |
setOverallVolume(OverallVolume overallVolume)
An object that contains deliverability metrics for the domain that you specified.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainStatisticsReportResult |
withDailyVolumes(Collection<DailyVolume> dailyVolumes)
An object that contains deliverability metrics for the domain that you specified.
|
GetDomainStatisticsReportResult |
withDailyVolumes(DailyVolume... dailyVolumes)
An object that contains deliverability metrics for the domain that you specified.
|
GetDomainStatisticsReportResult |
withOverallVolume(OverallVolume overallVolume)
An object that contains deliverability metrics for the domain that you specified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOverallVolume(OverallVolume overallVolume)
An object that contains deliverability metrics for the domain that you specified. The data in this object is a
summary of all of the data that was collected from the StartDate
to the EndDate
.
overallVolume
- An object that contains deliverability metrics for the domain that you specified. The data in this object
is a summary of all of the data that was collected from the StartDate
to the
EndDate
.public OverallVolume getOverallVolume()
An object that contains deliverability metrics for the domain that you specified. The data in this object is a
summary of all of the data that was collected from the StartDate
to the EndDate
.
StartDate
to the
EndDate
.public GetDomainStatisticsReportResult withOverallVolume(OverallVolume overallVolume)
An object that contains deliverability metrics for the domain that you specified. The data in this object is a
summary of all of the data that was collected from the StartDate
to the EndDate
.
overallVolume
- An object that contains deliverability metrics for the domain that you specified. The data in this object
is a summary of all of the data that was collected from the StartDate
to the
EndDate
.public List<DailyVolume> getDailyVolumes()
An object that contains deliverability metrics for the domain that you specified. This object contains data for
each day, starting on the StartDate
and ending on the EndDate
.
StartDate
and ending on the EndDate
.public void setDailyVolumes(Collection<DailyVolume> dailyVolumes)
An object that contains deliverability metrics for the domain that you specified. This object contains data for
each day, starting on the StartDate
and ending on the EndDate
.
dailyVolumes
- An object that contains deliverability metrics for the domain that you specified. This object contains
data for each day, starting on the StartDate
and ending on the EndDate
.public GetDomainStatisticsReportResult withDailyVolumes(DailyVolume... dailyVolumes)
An object that contains deliverability metrics for the domain that you specified. This object contains data for
each day, starting on the StartDate
and ending on the EndDate
.
NOTE: This method appends the values to the existing list (if any). Use
setDailyVolumes(java.util.Collection)
or withDailyVolumes(java.util.Collection)
if you want to
override the existing values.
dailyVolumes
- An object that contains deliverability metrics for the domain that you specified. This object contains
data for each day, starting on the StartDate
and ending on the EndDate
.public GetDomainStatisticsReportResult withDailyVolumes(Collection<DailyVolume> dailyVolumes)
An object that contains deliverability metrics for the domain that you specified. This object contains data for
each day, starting on the StartDate
and ending on the EndDate
.
dailyVolumes
- An object that contains deliverability metrics for the domain that you specified. This object contains
data for each day, starting on the StartDate
and ending on the EndDate
.public String toString()
toString
in class Object
Object.toString()
public GetDomainStatisticsReportResult clone()