@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkInsightsAccessScopeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateNetworkInsightsAccessScopeRequest>
NOOP
Constructor and Description |
---|
CreateNetworkInsightsAccessScopeRequest() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkInsightsAccessScopeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Request<CreateNetworkInsightsAccessScopeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<AccessScopePathRequest> |
getExcludePaths()
The paths to exclude.
|
List<AccessScopePathRequest> |
getMatchPaths()
The paths to match.
|
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 |
setExcludePaths(Collection<AccessScopePathRequest> excludePaths)
The paths to exclude.
|
void |
setMatchPaths(Collection<AccessScopePathRequest> matchPaths)
The paths to match.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
String |
toString()
Returns a string representation of this object.
|
CreateNetworkInsightsAccessScopeRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateNetworkInsightsAccessScopeRequest |
withExcludePaths(AccessScopePathRequest... excludePaths)
The paths to exclude.
|
CreateNetworkInsightsAccessScopeRequest |
withExcludePaths(Collection<AccessScopePathRequest> excludePaths)
The paths to exclude.
|
CreateNetworkInsightsAccessScopeRequest |
withMatchPaths(AccessScopePathRequest... matchPaths)
The paths to match.
|
CreateNetworkInsightsAccessScopeRequest |
withMatchPaths(Collection<AccessScopePathRequest> matchPaths)
The paths to match.
|
CreateNetworkInsightsAccessScopeRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
CreateNetworkInsightsAccessScopeRequest |
withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply.
|
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 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 Object
Object.toString()
public CreateNetworkInsightsAccessScopeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()