@Generated(value="software.amazon.awssdk:codegen") public final class EwsAvailabilityProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EwsAvailabilityProvider.Builder,EwsAvailabilityProvider>
Describes an EWS based availability provider. This is only used as input to the service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EwsAvailabilityProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EwsAvailabilityProvider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
ewsEndpoint()
The endpoint of the remote EWS server.
|
String |
ewsPassword()
The password used to authenticate the remote EWS server.
|
String |
ewsUsername()
The username used to authenticate the remote EWS server.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EwsAvailabilityProvider.Builder> |
serializableBuilderClass() |
EwsAvailabilityProvider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ewsEndpoint()
The endpoint of the remote EWS server.
public final String ewsUsername()
The username used to authenticate the remote EWS server.
public final String ewsPassword()
The password used to authenticate the remote EWS server.
public EwsAvailabilityProvider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EwsAvailabilityProvider.Builder,EwsAvailabilityProvider>public static EwsAvailabilityProvider.Builder builder()
public static Class<? extends EwsAvailabilityProvider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.