@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartNetworkInsightsAccessScopeAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<StartNetworkInsightsAccessScopeAnalysisRequest>
NOOP
Constructor and Description |
---|
StartNetworkInsightsAccessScopeAnalysisRequest() |
Modifier and Type | Method and Description |
---|---|
StartNetworkInsightsAccessScopeAnalysisRequest |
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<StartNetworkInsightsAccessScopeAnalysisRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
|
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 |
setNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
void |
setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
String |
toString()
Returns a string representation of this object.
|
StartNetworkInsightsAccessScopeAnalysisRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartNetworkInsightsAccessScopeAnalysisRequest |
withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
StartNetworkInsightsAccessScopeAnalysisRequest |
withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
|
StartNetworkInsightsAccessScopeAnalysisRequest |
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 StartNetworkInsightsAccessScopeAnalysisRequest()
public void setNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public String getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
public StartNetworkInsightsAccessScopeAnalysisRequest withNetworkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId
- The ID of the Network Access Scope.public List<TagSpecification> getTagSpecifications()
The tags to apply.
public void setTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply.
tagSpecifications
- The tags to apply.public StartNetworkInsightsAccessScopeAnalysisRequest 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 StartNetworkInsightsAccessScopeAnalysisRequest 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 StartNetworkInsightsAccessScopeAnalysisRequest 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<StartNetworkInsightsAccessScopeAnalysisRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<StartNetworkInsightsAccessScopeAnalysisRequest>
public String toString()
toString
in class Object
Object.toString()
public StartNetworkInsightsAccessScopeAnalysisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()