@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatusCodes extends Object implements Serializable, Cloneable
Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.
Constructor and Description |
---|
StatusCodes() |
Modifier and Type | Method and Description |
---|---|
StatusCodes |
clone() |
boolean |
equals(Object obj) |
Integer |
getStatus2xx()
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
|
Integer |
getStatus3xx()
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
|
Integer |
getStatus4xx()
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
|
Integer |
getStatus5xx()
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
|
int |
hashCode() |
void |
setStatus2xx(Integer status2xx)
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
|
void |
setStatus3xx(Integer status3xx)
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
|
void |
setStatus4xx(Integer status4xx)
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
|
void |
setStatus5xx(Integer status5xx)
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StatusCodes |
withStatus2xx(Integer status2xx)
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
|
StatusCodes |
withStatus3xx(Integer status3xx)
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
|
StatusCodes |
withStatus4xx(Integer status4xx)
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
|
StatusCodes |
withStatus5xx(Integer status5xx)
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
|
public void setStatus2xx(Integer status2xx)
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
status2xx
- The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.public Integer getStatus2xx()
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
public StatusCodes withStatus2xx(Integer status2xx)
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
status2xx
- The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.public void setStatus3xx(Integer status3xx)
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
status3xx
- The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.public Integer getStatus3xx()
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
public StatusCodes withStatus3xx(Integer status3xx)
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
status3xx
- The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.public void setStatus4xx(Integer status4xx)
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
status4xx
- The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.public Integer getStatus4xx()
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
public StatusCodes withStatus4xx(Integer status4xx)
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
status4xx
- The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.public void setStatus5xx(Integer status5xx)
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
status5xx
- The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.public Integer getStatus5xx()
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
public StatusCodes withStatus5xx(Integer status5xx)
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
status5xx
- The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.public String toString()
toString
in class Object
Object.toString()
public StatusCodes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.