Class SetAppointmentFulfillmentDataRequest
- java.lang.Object
-
- software.amazon.spapi.models.services.v1.SetAppointmentFulfillmentDataRequest
-
public class SetAppointmentFulfillmentDataRequest extends java.lang.Object
Input for set appointment fulfillment data operation.
-
-
Constructor Summary
Constructors Constructor Description SetAppointmentFulfillmentDataRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetAppointmentFulfillmentDataRequest
appointmentResources(AppointmentResources appointmentResources)
boolean
equals(java.lang.Object o)
SetAppointmentFulfillmentDataRequest
fulfillmentDocuments(FulfillmentDocuments fulfillmentDocuments)
SetAppointmentFulfillmentDataRequest
fulfillmentTime(FulfillmentTime fulfillmentTime)
AppointmentResources
getAppointmentResources()
Get appointmentResourcesFulfillmentDocuments
getFulfillmentDocuments()
Get fulfillmentDocumentsFulfillmentTime
getFulfillmentTime()
Get fulfillmentTimeint
hashCode()
void
setAppointmentResources(AppointmentResources appointmentResources)
void
setFulfillmentDocuments(FulfillmentDocuments fulfillmentDocuments)
void
setFulfillmentTime(FulfillmentTime fulfillmentTime)
java.lang.String
toString()
-
-
-
Method Detail
-
fulfillmentTime
public SetAppointmentFulfillmentDataRequest fulfillmentTime(FulfillmentTime fulfillmentTime)
-
getFulfillmentTime
public FulfillmentTime getFulfillmentTime()
Get fulfillmentTime- Returns:
- fulfillmentTime
-
setFulfillmentTime
public void setFulfillmentTime(FulfillmentTime fulfillmentTime)
-
appointmentResources
public SetAppointmentFulfillmentDataRequest appointmentResources(AppointmentResources appointmentResources)
-
getAppointmentResources
public AppointmentResources getAppointmentResources()
Get appointmentResources- Returns:
- appointmentResources
-
setAppointmentResources
public void setAppointmentResources(AppointmentResources appointmentResources)
-
fulfillmentDocuments
public SetAppointmentFulfillmentDataRequest fulfillmentDocuments(FulfillmentDocuments fulfillmentDocuments)
-
getFulfillmentDocuments
public FulfillmentDocuments getFulfillmentDocuments()
Get fulfillmentDocuments- Returns:
- fulfillmentDocuments
-
setFulfillmentDocuments
public void setFulfillmentDocuments(FulfillmentDocuments fulfillmentDocuments)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-