@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessedStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.
Constructor and Description |
---|
UnprocessedStatistics() |
Modifier and Type | Method and Description |
---|---|
UnprocessedStatistics |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The error code.
|
String |
getMessage()
The error message.
|
String |
getRuleName()
The name of the sampling rule.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setErrorCode(String errorCode)
The error code.
|
void |
setMessage(String message)
The error message.
|
void |
setRuleName(String ruleName)
The name of the sampling rule.
|
String |
toString()
Returns a string representation of this object.
|
UnprocessedStatistics |
withErrorCode(String errorCode)
The error code.
|
UnprocessedStatistics |
withMessage(String message)
The error message.
|
UnprocessedStatistics |
withRuleName(String ruleName)
The name of the sampling rule.
|
public void setRuleName(String ruleName)
The name of the sampling rule.
ruleName
- The name of the sampling rule.public String getRuleName()
The name of the sampling rule.
public UnprocessedStatistics withRuleName(String ruleName)
The name of the sampling rule.
ruleName
- The name of the sampling rule.public void setErrorCode(String errorCode)
The error code.
errorCode
- The error code.public String getErrorCode()
The error code.
public UnprocessedStatistics withErrorCode(String errorCode)
The error code.
errorCode
- The error code.public void setMessage(String message)
The error message.
message
- The error message.public String getMessage()
The error message.
public UnprocessedStatistics withMessage(String message)
The error message.
message
- The error message.public String toString()
toString
in class Object
Object.toString()
public UnprocessedStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.