@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkInsightsAccessScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateNetworkInsightsAccessScopeRequest>
NOOP| Constructor and Description |
|---|
CreateNetworkInsightsAccessScopeRequest() |
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 CreateNetworkInsightsAccessScopeRequest()
public List<AccessScopePathRequest> getMatchPaths()
The paths to match.
public void setMatchPaths(Collection<AccessScopePathRequest> matchPaths)
The paths to match.
matchPaths - The paths to match.public CreateNetworkInsightsAccessScopeRequest withMatchPaths(AccessScopePathRequest... matchPaths)
The paths to match.
NOTE: This method appends the values to the existing list (if any). Use
setMatchPaths(java.util.Collection) or withMatchPaths(java.util.Collection) if you want to
override the existing values.
matchPaths - The paths to match.public CreateNetworkInsightsAccessScopeRequest withMatchPaths(Collection<AccessScopePathRequest> matchPaths)
The paths to match.
matchPaths - The paths to match.public List<AccessScopePathRequest> getExcludePaths()
The paths to exclude.
public void setExcludePaths(Collection<AccessScopePathRequest> excludePaths)
The paths to exclude.
excludePaths - The paths to exclude.public CreateNetworkInsightsAccessScopeRequest withExcludePaths(AccessScopePathRequest... excludePaths)
The paths to exclude.
NOTE: This method appends the values to the existing list (if any). Use
setExcludePaths(java.util.Collection) or withExcludePaths(java.util.Collection) if you want to
override the existing values.
excludePaths - The paths to exclude.public CreateNetworkInsightsAccessScopeRequest withExcludePaths(Collection<AccessScopePathRequest> excludePaths)
The paths to exclude.
excludePaths - The paths to exclude.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 CreateNetworkInsightsAccessScopeRequest 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 List<TagSpecification> getTagSpecifications()
The tags to apply.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.public CreateNetworkInsightsAccessScopeRequest 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 CreateNetworkInsightsAccessScopeRequest withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications - The tags to apply.public Request<CreateNetworkInsightsAccessScopeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<CreateNetworkInsightsAccessScopeRequest>public String toString()
toString in class ObjectObject.toString()public CreateNetworkInsightsAccessScopeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.