@Generated(value="software.amazon.awssdk:codegen") public final class RedactedEwsAvailabilityProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedactedEwsAvailabilityProvider.Builder,RedactedEwsAvailabilityProvider>
Describes an EWS based availability provider when returned from the service. It does not contain the password of the endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RedactedEwsAvailabilityProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RedactedEwsAvailabilityProvider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
ewsEndpoint()
The endpoint of 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 RedactedEwsAvailabilityProvider.Builder> |
serializableBuilderClass() |
RedactedEwsAvailabilityProvider.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 RedactedEwsAvailabilityProvider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RedactedEwsAvailabilityProvider.Builder,RedactedEwsAvailabilityProvider>public static RedactedEwsAvailabilityProvider.Builder builder()
public static Class<? extends RedactedEwsAvailabilityProvider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.