@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRouteAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRouteAnalysisRequest() |
Modifier and Type | Method and Description |
---|---|
GetRouteAnalysisRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalNetworkId()
The ID of the global network.
|
String |
getRouteAnalysisId()
The ID of the route analysis.
|
int |
hashCode() |
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
void |
setRouteAnalysisId(String routeAnalysisId)
The ID of the route analysis.
|
String |
toString()
Returns a string representation of this object.
|
GetRouteAnalysisRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetRouteAnalysisRequest |
withRouteAnalysisId(String routeAnalysisId)
The ID of the route analysis.
|
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 setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public GetRouteAnalysisRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setRouteAnalysisId(String routeAnalysisId)
The ID of the route analysis.
routeAnalysisId
- The ID of the route analysis.public String getRouteAnalysisId()
The ID of the route analysis.
public GetRouteAnalysisRequest withRouteAnalysisId(String routeAnalysisId)
The ID of the route analysis.
routeAnalysisId
- The ID of the route analysis.public String toString()
toString
in class Object
Object.toString()
public GetRouteAnalysisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()