public class GetTelemetryMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTelemetryMetadataRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTelemetryMetadataRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN specifying the assessment run the telemetry of which you want to
obtain.
|
int |
hashCode() |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN specifying the assessment run the telemetry of which you want to
obtain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetTelemetryMetadataRequest |
withAssessmentRunArn(String assessmentRunArn)
The ARN specifying the assessment run the telemetry of which you want to
obtain.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAssessmentRunArn(String assessmentRunArn)
The ARN specifying the assessment run the telemetry of which you want to obtain.
assessmentRunArn - The ARN specifying the assessment run the telemetry of which you
want to obtain.public String getAssessmentRunArn()
The ARN specifying the assessment run the telemetry of which you want to obtain.
public GetTelemetryMetadataRequest withAssessmentRunArn(String assessmentRunArn)
The ARN specifying the assessment run the telemetry of which you want to obtain.
assessmentRunArn - The ARN specifying the assessment run the telemetry of which you
want to obtain.public String toString()
toString in class ObjectObject.toString()public GetTelemetryMetadataRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.