@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackendConnectionErrors extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BackendConnectionErrors() |
public void setTimeoutCount(Integer timeoutCount)
timeoutCount
- public Integer getTimeoutCount()
public BackendConnectionErrors withTimeoutCount(Integer timeoutCount)
timeoutCount
- public void setConnectionRefusedCount(Integer connectionRefusedCount)
connectionRefusedCount
- public Integer getConnectionRefusedCount()
public BackendConnectionErrors withConnectionRefusedCount(Integer connectionRefusedCount)
connectionRefusedCount
- public void setHTTPCode4XXCount(Integer hTTPCode4XXCount)
hTTPCode4XXCount
- public Integer getHTTPCode4XXCount()
public BackendConnectionErrors withHTTPCode4XXCount(Integer hTTPCode4XXCount)
hTTPCode4XXCount
- public void setHTTPCode5XXCount(Integer hTTPCode5XXCount)
hTTPCode5XXCount
- public Integer getHTTPCode5XXCount()
public BackendConnectionErrors withHTTPCode5XXCount(Integer hTTPCode5XXCount)
hTTPCode5XXCount
- public void setUnknownHostCount(Integer unknownHostCount)
unknownHostCount
- public Integer getUnknownHostCount()
public BackendConnectionErrors withUnknownHostCount(Integer unknownHostCount)
unknownHostCount
- public void setOtherCount(Integer otherCount)
otherCount
- public Integer getOtherCount()
public BackendConnectionErrors withOtherCount(Integer otherCount)
otherCount
- public String toString()
toString
in class Object
Object.toString()
public BackendConnectionErrors 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.