Class EwsAvailabilityProvider
- java.lang.Object
-
- software.amazon.awssdk.services.workmail.model.EwsAvailabilityProvider
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EwsAvailabilityProvider.Builder,EwsAvailabilityProvider>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEwsAvailabilityProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EwsAvailabilityProvider.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringewsEndpoint()The endpoint of the remote EWS server.StringewsPassword()The password used to authenticate the remote EWS server.StringewsUsername()The username used to authenticate the remote EWS server.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends EwsAvailabilityProvider.Builder>serializableBuilderClass()EwsAvailabilityProvider.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ewsEndpoint
public final String ewsEndpoint()
The endpoint of the remote EWS server.
- Returns:
- The endpoint of the remote EWS server.
-
ewsUsername
public final String ewsUsername()
The username used to authenticate the remote EWS server.
- Returns:
- The username used to authenticate the remote EWS server.
-
ewsPassword
public final String ewsPassword()
The password used to authenticate the remote EWS server.
- Returns:
- The password used to authenticate the remote EWS server.
-
toBuilder
public EwsAvailabilityProvider.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EwsAvailabilityProvider.Builder,EwsAvailabilityProvider>
-
builder
public static EwsAvailabilityProvider.Builder builder()
-
serializableBuilderClass
public static Class<? extends EwsAvailabilityProvider.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-