@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FaultStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Information about requests that failed with a 5xx Server Error status code.
Constructor and Description |
---|
FaultStatistics() |
Modifier and Type | Method and Description |
---|---|
FaultStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getOtherCount()
The number of requests that failed with untracked 5xx Server Error status codes.
|
Long |
getTotalCount()
The total number of requests that failed with a 5xx Server 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 5xx Server Error status codes.
|
void |
setTotalCount(Long totalCount)
The total number of requests that failed with a 5xx Server Error status code.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FaultStatistics |
withOtherCount(Long otherCount)
The number of requests that failed with untracked 5xx Server Error status codes.
|
FaultStatistics |
withTotalCount(Long totalCount)
The total number of requests that failed with a 5xx Server Error status code.
|
public void setOtherCount(Long otherCount)
The number of requests that failed with untracked 5xx Server Error status codes.
otherCount
- The number of requests that failed with untracked 5xx Server Error status codes.public Long getOtherCount()
The number of requests that failed with untracked 5xx Server Error status codes.
public FaultStatistics withOtherCount(Long otherCount)
The number of requests that failed with untracked 5xx Server Error status codes.
otherCount
- The number of requests that failed with untracked 5xx Server Error status codes.public void setTotalCount(Long totalCount)
The total number of requests that failed with a 5xx Server Error status code.
totalCount
- The total number of requests that failed with a 5xx Server Error status code.public Long getTotalCount()
The total number of requests that failed with a 5xx Server Error status code.
public FaultStatistics withTotalCount(Long totalCount)
The total number of requests that failed with a 5xx Server Error status code.
totalCount
- The total number of requests that failed with a 5xx Server Error status code.public String toString()
toString
in class Object
Object.toString()
public FaultStatistics 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.