@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTelemetryMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetTelemetryMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
GetTelemetryMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
|
int |
hashCode() |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTelemetryMetadataRequest |
withAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
|
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 void setAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
assessmentRunArn
- The ARN that specifies the assessment run that has the telemetry data that you want to obtain.public String getAssessmentRunArn()
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
public GetTelemetryMetadataRequest withAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
assessmentRunArn
- The ARN that specifies the assessment run that has the telemetry data that you want to obtain.public String toString()
toString
in class Object
Object.toString()
public GetTelemetryMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.