@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMinuteUsageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMinuteUsageResult() |
Modifier and Type | Method and Description |
---|---|
GetMinuteUsageResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getEstimatedMinutesRemaining()
Estimated number of minutes remaining for an account, specific to the month being requested.
|
Boolean |
getIsReservedMinutesCustomer()
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
Integer |
getTotalReservedMinuteAllocation()
Total number of reserved minutes allocated, specific to the month being requested.
|
Integer |
getTotalScheduledMinutes()
Total scheduled minutes for an account, specific to the month being requested.
|
Integer |
getUpcomingMinutesScheduled()
Upcoming minutes scheduled for an account, specific to the month being requested.
|
int |
hashCode() |
Boolean |
isReservedMinutesCustomer()
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
void |
setEstimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
|
void |
setIsReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
void |
setTotalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
|
void |
setTotalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
|
void |
setUpcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
|
String |
toString()
Returns a string representation of this object.
|
GetMinuteUsageResult |
withEstimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
|
GetMinuteUsageResult |
withIsReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month
being requested.
|
GetMinuteUsageResult |
withTotalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
|
GetMinuteUsageResult |
withTotalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
|
GetMinuteUsageResult |
withUpcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEstimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
estimatedMinutesRemaining
- Estimated number of minutes remaining for an account, specific to the month being requested.public Integer getEstimatedMinutesRemaining()
Estimated number of minutes remaining for an account, specific to the month being requested.
public GetMinuteUsageResult withEstimatedMinutesRemaining(Integer estimatedMinutesRemaining)
Estimated number of minutes remaining for an account, specific to the month being requested.
estimatedMinutesRemaining
- Estimated number of minutes remaining for an account, specific to the month being requested.public void setIsReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
isReservedMinutesCustomer
- Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the
month being requested.public Boolean getIsReservedMinutesCustomer()
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
public GetMinuteUsageResult withIsReservedMinutesCustomer(Boolean isReservedMinutesCustomer)
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
isReservedMinutesCustomer
- Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the
month being requested.public Boolean isReservedMinutesCustomer()
Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
public void setTotalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
totalReservedMinuteAllocation
- Total number of reserved minutes allocated, specific to the month being requested.public Integer getTotalReservedMinuteAllocation()
Total number of reserved minutes allocated, specific to the month being requested.
public GetMinuteUsageResult withTotalReservedMinuteAllocation(Integer totalReservedMinuteAllocation)
Total number of reserved minutes allocated, specific to the month being requested.
totalReservedMinuteAllocation
- Total number of reserved minutes allocated, specific to the month being requested.public void setTotalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
totalScheduledMinutes
- Total scheduled minutes for an account, specific to the month being requested.public Integer getTotalScheduledMinutes()
Total scheduled minutes for an account, specific to the month being requested.
public GetMinuteUsageResult withTotalScheduledMinutes(Integer totalScheduledMinutes)
Total scheduled minutes for an account, specific to the month being requested.
totalScheduledMinutes
- Total scheduled minutes for an account, specific to the month being requested.public void setUpcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
upcomingMinutesScheduled
- Upcoming minutes scheduled for an account, specific to the month being requested.public Integer getUpcomingMinutesScheduled()
Upcoming minutes scheduled for an account, specific to the month being requested.
public GetMinuteUsageResult withUpcomingMinutesScheduled(Integer upcomingMinutesScheduled)
Upcoming minutes scheduled for an account, specific to the month being requested.
upcomingMinutesScheduled
- Upcoming minutes scheduled for an account, specific to the month being requested.public String toString()
toString
in class Object
Object.toString()
public GetMinuteUsageResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.