Class ServiceLocation
- java.lang.Object
-
- software.amazon.spapi.models.services.v1.ServiceLocation
-
public class ServiceLocation extends java.lang.Object
Information about the location of the service job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceLocation.ServiceLocationTypeEnum
The location of the service job.
-
Constructor Summary
Constructors Constructor Description ServiceLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceLocation
address(Address address)
boolean
equals(java.lang.Object o)
Address
getAddress()
Get addressServiceLocation.ServiceLocationTypeEnum
getServiceLocationType()
The location of the service job.int
hashCode()
ServiceLocation
serviceLocationType(ServiceLocation.ServiceLocationTypeEnum serviceLocationType)
void
setAddress(Address address)
void
setServiceLocationType(ServiceLocation.ServiceLocationTypeEnum serviceLocationType)
java.lang.String
toString()
-
-
-
Method Detail
-
serviceLocationType
public ServiceLocation serviceLocationType(ServiceLocation.ServiceLocationTypeEnum serviceLocationType)
-
getServiceLocationType
public ServiceLocation.ServiceLocationTypeEnum getServiceLocationType()
The location of the service job.- Returns:
- serviceLocationType
-
setServiceLocationType
public void setServiceLocationType(ServiceLocation.ServiceLocationTypeEnum serviceLocationType)
-
address
public ServiceLocation address(Address address)
-
getAddress
public Address getAddress()
Get address- Returns:
- address
-
setAddress
public void setAddress(Address address)
-
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
-
-