@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTestConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateTestConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateTestConfigurationRequest |
addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
CreateTestConfigurationRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateTestConfigurationRequest |
clearPropertiesEntries()
Removes all the entries added into Properties.
|
CreateTestConfigurationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateTestConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The client token of the test configuration.
|
String |
getDescription()
The description of the test configuration.
|
String |
getName()
The name of the test configuration.
|
Map<String,String> |
getProperties()
The properties of the test configuration.
|
List<Resource> |
getResources()
The defined resources of the test configuration.
|
ServiceSettings |
getServiceSettings()
The service settings of the test configuration.
|
Map<String,String> |
getTags()
The tags of the test configuration.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The client token of the test configuration.
|
void |
setDescription(String description)
The description of the test configuration.
|
void |
setName(String name)
The name of the test configuration.
|
void |
setProperties(Map<String,String> properties)
The properties of the test configuration.
|
void |
setResources(Collection<Resource> resources)
The defined resources of the test configuration.
|
void |
setServiceSettings(ServiceSettings serviceSettings)
The service settings of the test configuration.
|
void |
setTags(Map<String,String> tags)
The tags of the test configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateTestConfigurationRequest |
withClientToken(String clientToken)
The client token of the test configuration.
|
CreateTestConfigurationRequest |
withDescription(String description)
The description of the test configuration.
|
CreateTestConfigurationRequest |
withName(String name)
The name of the test configuration.
|
CreateTestConfigurationRequest |
withProperties(Map<String,String> properties)
The properties of the test configuration.
|
CreateTestConfigurationRequest |
withResources(Collection<Resource> resources)
The defined resources of the test configuration.
|
CreateTestConfigurationRequest |
withResources(Resource... resources)
The defined resources of the test configuration.
|
CreateTestConfigurationRequest |
withServiceSettings(ServiceSettings serviceSettings)
The service settings of the test configuration.
|
CreateTestConfigurationRequest |
withTags(Map<String,String> tags)
The tags of the test configuration.
|
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 setName(String name)
The name of the test configuration.
name
- The name of the test configuration.public String getName()
The name of the test configuration.
public CreateTestConfigurationRequest withName(String name)
The name of the test configuration.
name
- The name of the test configuration.public void setDescription(String description)
The description of the test configuration.
description
- The description of the test configuration.public String getDescription()
The description of the test configuration.
public CreateTestConfigurationRequest withDescription(String description)
The description of the test configuration.
description
- The description of the test configuration.public List<Resource> getResources()
The defined resources of the test configuration.
public void setResources(Collection<Resource> resources)
The defined resources of the test configuration.
resources
- The defined resources of the test configuration.public CreateTestConfigurationRequest withResources(Resource... resources)
The defined resources of the test configuration.
NOTE: This method appends the values to the existing list (if any). Use
setResources(java.util.Collection)
or withResources(java.util.Collection)
if you want to
override the existing values.
resources
- The defined resources of the test configuration.public CreateTestConfigurationRequest withResources(Collection<Resource> resources)
The defined resources of the test configuration.
resources
- The defined resources of the test configuration.public Map<String,String> getProperties()
The properties of the test configuration.
public void setProperties(Map<String,String> properties)
The properties of the test configuration.
properties
- The properties of the test configuration.public CreateTestConfigurationRequest withProperties(Map<String,String> properties)
The properties of the test configuration.
properties
- The properties of the test configuration.public CreateTestConfigurationRequest addPropertiesEntry(String key, String value)
public CreateTestConfigurationRequest clearPropertiesEntries()
public void setClientToken(String clientToken)
The client token of the test configuration.
clientToken
- The client token of the test configuration.public String getClientToken()
The client token of the test configuration.
public CreateTestConfigurationRequest withClientToken(String clientToken)
The client token of the test configuration.
clientToken
- The client token of the test configuration.public Map<String,String> getTags()
The tags of the test configuration.
public void setTags(Map<String,String> tags)
The tags of the test configuration.
tags
- The tags of the test configuration.public CreateTestConfigurationRequest withTags(Map<String,String> tags)
The tags of the test configuration.
tags
- The tags of the test configuration.public CreateTestConfigurationRequest addTagsEntry(String key, String value)
public CreateTestConfigurationRequest clearTagsEntries()
public void setServiceSettings(ServiceSettings serviceSettings)
The service settings of the test configuration.
serviceSettings
- The service settings of the test configuration.public ServiceSettings getServiceSettings()
The service settings of the test configuration.
public CreateTestConfigurationRequest withServiceSettings(ServiceSettings serviceSettings)
The service settings of the test configuration.
serviceSettings
- The service settings of the test configuration.public String toString()
toString
in class Object
Object.toString()
public CreateTestConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()