@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ErrorStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Information about requests that failed with a 4xx Client Error status code.
Constructor and Description |
---|
ErrorStatistics() |
Modifier and Type | Method and Description |
---|---|
ErrorStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getOtherCount()
The number of requests that failed with untracked 4xx Client Error status codes.
|
Long |
getThrottleCount()
The number of requests that failed with a 419 throttling status code.
|
Long |
getTotalCount()
The total number of requests that failed with a 4xx Client Error status code.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOtherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
|
void |
setThrottleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
|
void |
setTotalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ErrorStatistics |
withOtherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
|
ErrorStatistics |
withThrottleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
|
ErrorStatistics |
withTotalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
|
public void setThrottleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
throttleCount
- The number of requests that failed with a 419 throttling status code.public Long getThrottleCount()
The number of requests that failed with a 419 throttling status code.
public ErrorStatistics withThrottleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
throttleCount
- The number of requests that failed with a 419 throttling status code.public void setOtherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
otherCount
- The number of requests that failed with untracked 4xx Client Error status codes.public Long getOtherCount()
The number of requests that failed with untracked 4xx Client Error status codes.
public ErrorStatistics withOtherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
otherCount
- The number of requests that failed with untracked 4xx Client Error status codes.public void setTotalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
totalCount
- The total number of requests that failed with a 4xx Client Error status code.public Long getTotalCount()
The total number of requests that failed with a 4xx Client Error status code.
public ErrorStatistics withTotalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
totalCount
- The total number of requests that failed with a 4xx Client Error status code.public String toString()
toString
in class Object
Object.toString()
public ErrorStatistics 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.