@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSuiteDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateSuiteDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSuiteDefinitionRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSuiteDefinitionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSuiteDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SuiteDefinitionConfiguration |
getSuiteDefinitionConfiguration()
Creates a Device Advisor test suite with suite definition configuration.
|
Map<String,String> |
getTags()
The tags to be attached to the suite definition.
|
int |
hashCode() |
void |
setSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Creates a Device Advisor test suite with suite definition configuration.
|
void |
setTags(Map<String,String> tags)
The tags to be attached to the suite definition.
|
String |
toString()
Returns a string representation of this object.
|
CreateSuiteDefinitionRequest |
withSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Creates a Device Advisor test suite with suite definition configuration.
|
CreateSuiteDefinitionRequest |
withTags(Map<String,String> tags)
The tags to be attached to the suite definition.
|
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 setSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Creates a Device Advisor test suite with suite definition configuration.
suiteDefinitionConfiguration
- Creates a Device Advisor test suite with suite definition configuration.public SuiteDefinitionConfiguration getSuiteDefinitionConfiguration()
Creates a Device Advisor test suite with suite definition configuration.
public CreateSuiteDefinitionRequest withSuiteDefinitionConfiguration(SuiteDefinitionConfiguration suiteDefinitionConfiguration)
Creates a Device Advisor test suite with suite definition configuration.
suiteDefinitionConfiguration
- Creates a Device Advisor test suite with suite definition configuration.public Map<String,String> getTags()
The tags to be attached to the suite definition.
public void setTags(Map<String,String> tags)
The tags to be attached to the suite definition.
tags
- The tags to be attached to the suite definition.public CreateSuiteDefinitionRequest withTags(Map<String,String> tags)
The tags to be attached to the suite definition.
tags
- The tags to be attached to the suite definition.public CreateSuiteDefinitionRequest addTagsEntry(String key, String value)
public CreateSuiteDefinitionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateSuiteDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.