@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSamplingTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetSamplingTargetsRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetSamplingTargetsRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
List<SamplingStatisticsDocument> |
getSamplingStatisticsDocuments ()
Information about rules that the service is using to sample requests.
|
int |
hashCode () |
void |
setSamplingStatisticsDocuments (Collection<SamplingStatisticsDocument> samplingStatisticsDocuments)
Information about rules that the service is using to sample requests.
|
String |
toString ()
Returns a string representation of this object.
|
GetSamplingTargetsRequest |
withSamplingStatisticsDocuments (Collection<SamplingStatisticsDocument> samplingStatisticsDocuments)
Information about rules that the service is using to sample requests.
|
GetSamplingTargetsRequest |
withSamplingStatisticsDocuments (SamplingStatisticsDocument... samplingStatisticsDocuments)
Information about rules that the service is using to sample requests.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public GetSamplingTargetsRequest()
public List<SamplingStatisticsDocument> getSamplingStatisticsDocuments()
Information about rules that the service is using to sample requests.
public void setSamplingStatisticsDocuments(Collection<SamplingStatisticsDocument> samplingStatisticsDocuments)
Information about rules that the service is using to sample requests.
samplingStatisticsDocuments - Information about rules that the service is using to sample requests.public GetSamplingTargetsRequest withSamplingStatisticsDocuments(SamplingStatisticsDocument... samplingStatisticsDocuments)
Information about rules that the service is using to sample requests.
NOTE: This method appends the values to the existing list (if any). Use
setSamplingStatisticsDocuments(java.util.Collection) or
withSamplingStatisticsDocuments(java.util.Collection) if you want to override the existing values.
samplingStatisticsDocuments - Information about rules that the service is using to sample requests.public GetSamplingTargetsRequest withSamplingStatisticsDocuments(Collection<SamplingStatisticsDocument> samplingStatisticsDocuments)
Information about rules that the service is using to sample requests.
samplingStatisticsDocuments - Information about rules that the service is using to sample requests.public String toString()
toString in class Object Object.toString() public GetSamplingTargetsRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()