@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartNetworkInsightsAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<StartNetworkInsightsAnalysisRequest>
NOOP| Constructor and Description |
|---|
StartNetworkInsightsAnalysisRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartNetworkInsightsAnalysisRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Request<StartNetworkInsightsAnalysisRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<String> |
getFilterInArns()
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
String |
getNetworkInsightsPathId()
The ID of the path.
|
List<TagSpecification> |
getTagSpecifications()
The tags to apply.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setFilterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
void |
setNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
String |
toString()
Returns a string representation of this object.
|
StartNetworkInsightsAnalysisRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartNetworkInsightsAnalysisRequest |
withFilterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
StartNetworkInsightsAnalysisRequest |
withFilterInArns(String... filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
|
StartNetworkInsightsAnalysisRequest |
withNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
|
StartNetworkInsightsAnalysisRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
StartNetworkInsightsAnalysisRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
networkInsightsPathId - The ID of the path.public String getNetworkInsightsPathId()
The ID of the path.
public StartNetworkInsightsAnalysisRequest withNetworkInsightsPathId(String networkInsightsPathId)
The ID of the path.
networkInsightsPathId - The ID of the path.public List<String> getFilterInArns()
The Amazon Resource Names (ARN) of the resources that the path must traverse.
public void setFilterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse.public StartNetworkInsightsAnalysisRequest withFilterInArns(String... filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
NOTE: This method appends the values to the existing list (if any). Use
setFilterInArns(java.util.Collection) or withFilterInArns(java.util.Collection) if you want to
override the existing values.
filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse.public StartNetworkInsightsAnalysisRequest withFilterInArns(Collection<String> filterInArns)
The Amazon Resource Names (ARN) of the resources that the path must traverse.
filterInArns - The Amazon Resource Names (ARN) of the resources that the path must traverse.public List<TagSpecification> getTagSpecifications()
The tags to apply.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.public StartNetworkInsightsAnalysisRequest withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
NOTE: This method appends the values to the existing list (if any). Use
setTagSpecifications(java.util.Collection) or withTagSpecifications(java.util.Collection) if
you want to override the existing values.
tagSpecifications - The tags to apply.public StartNetworkInsightsAnalysisRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.public void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public StartNetworkInsightsAnalysisRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public Request<StartNetworkInsightsAnalysisRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<StartNetworkInsightsAnalysisRequest>public String toString()
toString in class ObjectObject.toString()public StartNetworkInsightsAnalysisRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.