@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EwsAvailabilityProvider extends Object implements Serializable, Cloneable, StructuredPojo
Describes an EWS based availability provider. This is only used as input to the service.
Constructor and Description |
---|
EwsAvailabilityProvider() |
Modifier and Type | Method and Description |
---|---|
EwsAvailabilityProvider |
clone() |
boolean |
equals(Object obj) |
String |
getEwsEndpoint()
The endpoint of the remote EWS server.
|
String |
getEwsPassword()
The password used to authenticate the remote EWS server.
|
String |
getEwsUsername()
The username used to authenticate the remote EWS server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEwsEndpoint(String ewsEndpoint)
The endpoint of the remote EWS server.
|
void |
setEwsPassword(String ewsPassword)
The password used to authenticate the remote EWS server.
|
void |
setEwsUsername(String ewsUsername)
The username used to authenticate the remote EWS server.
|
String |
toString()
Returns a string representation of this object.
|
EwsAvailabilityProvider |
withEwsEndpoint(String ewsEndpoint)
The endpoint of the remote EWS server.
|
EwsAvailabilityProvider |
withEwsPassword(String ewsPassword)
The password used to authenticate the remote EWS server.
|
EwsAvailabilityProvider |
withEwsUsername(String ewsUsername)
The username used to authenticate the remote EWS server.
|
public void setEwsEndpoint(String ewsEndpoint)
The endpoint of the remote EWS server.
ewsEndpoint
- The endpoint of the remote EWS server.public String getEwsEndpoint()
The endpoint of the remote EWS server.
public EwsAvailabilityProvider withEwsEndpoint(String ewsEndpoint)
The endpoint of the remote EWS server.
ewsEndpoint
- The endpoint of the remote EWS server.public void setEwsUsername(String ewsUsername)
The username used to authenticate the remote EWS server.
ewsUsername
- The username used to authenticate the remote EWS server.public String getEwsUsername()
The username used to authenticate the remote EWS server.
public EwsAvailabilityProvider withEwsUsername(String ewsUsername)
The username used to authenticate the remote EWS server.
ewsUsername
- The username used to authenticate the remote EWS server.public void setEwsPassword(String ewsPassword)
The password used to authenticate the remote EWS server.
ewsPassword
- The password used to authenticate the remote EWS server.public String getEwsPassword()
The password used to authenticate the remote EWS server.
public EwsAvailabilityProvider withEwsPassword(String ewsPassword)
The password used to authenticate the remote EWS server.
ewsPassword
- The password used to authenticate the remote EWS server.public String toString()
toString
in class Object
Object.toString()
public EwsAvailabilityProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.