@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestAvailabilityConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestAvailabilityConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
TestAvailabilityConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The domain to which the provider applies.
|
EwsAvailabilityProvider |
getEwsProvider() |
LambdaAvailabilityProvider |
getLambdaProvider() |
String |
getOrganizationId()
The Amazon WorkMail organization where the availability provider will be tested.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The domain to which the provider applies.
|
void |
setEwsProvider(EwsAvailabilityProvider ewsProvider) |
void |
setLambdaProvider(LambdaAvailabilityProvider lambdaProvider) |
void |
setOrganizationId(String organizationId)
The Amazon WorkMail organization where the availability provider will be tested.
|
String |
toString()
Returns a string representation of this object.
|
TestAvailabilityConfigurationRequest |
withDomainName(String domainName)
The domain to which the provider applies.
|
TestAvailabilityConfigurationRequest |
withEwsProvider(EwsAvailabilityProvider ewsProvider) |
TestAvailabilityConfigurationRequest |
withLambdaProvider(LambdaAvailabilityProvider lambdaProvider) |
TestAvailabilityConfigurationRequest |
withOrganizationId(String organizationId)
The Amazon WorkMail organization where the availability provider will be tested.
|
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 TestAvailabilityConfigurationRequest()
public void setOrganizationId(String organizationId)
The Amazon WorkMail organization where the availability provider will be tested.
organizationId
- The Amazon WorkMail organization where the availability provider will be tested.public String getOrganizationId()
The Amazon WorkMail organization where the availability provider will be tested.
public TestAvailabilityConfigurationRequest withOrganizationId(String organizationId)
The Amazon WorkMail organization where the availability provider will be tested.
organizationId
- The Amazon WorkMail organization where the availability provider will be tested.public void setDomainName(String domainName)
The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.
domainName
- The domain to which the provider applies. If this field is provided, a stored availability provider
associated to this domain name will be tested.public String getDomainName()
The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.
public TestAvailabilityConfigurationRequest withDomainName(String domainName)
The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.
domainName
- The domain to which the provider applies. If this field is provided, a stored availability provider
associated to this domain name will be tested.public void setEwsProvider(EwsAvailabilityProvider ewsProvider)
ewsProvider
- public EwsAvailabilityProvider getEwsProvider()
public TestAvailabilityConfigurationRequest withEwsProvider(EwsAvailabilityProvider ewsProvider)
ewsProvider
- public void setLambdaProvider(LambdaAvailabilityProvider lambdaProvider)
lambdaProvider
- public LambdaAvailabilityProvider getLambdaProvider()
public TestAvailabilityConfigurationRequest withLambdaProvider(LambdaAvailabilityProvider lambdaProvider)
lambdaProvider
- public String toString()
toString
in class Object
Object.toString()
public TestAvailabilityConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()