public class GetShippingLabelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetShippingLabelRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetShippingLabelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAPIVersion()
Returns the value of the APIVersion property for this object.
|
String |
getCity()
Returns the value of the City property for this object.
|
String |
getCompany()
Returns the value of the Company property for this object.
|
String |
getCountry()
Returns the value of the Country property for this object.
|
List<String> |
getJobIds()
Returns the value of the JobIds property for this object.
|
String |
getName()
Returns the value of the Name property for this object.
|
String |
getPhoneNumber()
Returns the value of the PhoneNumber property for this object.
|
String |
getPostalCode()
Returns the value of the PostalCode property for this object.
|
String |
getStateOrProvince()
Returns the value of the StateOrProvince property for this object.
|
String |
getStreet1()
Returns the value of the Street1 property for this object.
|
String |
getStreet2()
Returns the value of the Street2 property for this object.
|
String |
getStreet3()
Returns the value of the Street3 property for this object.
|
int |
hashCode() |
void |
setAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
void |
setCity(String city)
Sets the value of the City property for this object.
|
void |
setCompany(String company)
Sets the value of the Company property for this object.
|
void |
setCountry(String country)
Sets the value of the Country property for this object.
|
void |
setJobIds(Collection<String> jobIds)
Sets the value of the JobIds property for this object.
|
void |
setName(String name)
Sets the value of the Name property for this object.
|
void |
setPhoneNumber(String phoneNumber)
Sets the value of the PhoneNumber property for this object.
|
void |
setPostalCode(String postalCode)
Sets the value of the PostalCode property for this object.
|
void |
setStateOrProvince(String stateOrProvince)
Sets the value of the StateOrProvince property for this object.
|
void |
setStreet1(String street1)
Sets the value of the Street1 property for this object.
|
void |
setStreet2(String street2)
Sets the value of the Street2 property for this object.
|
void |
setStreet3(String street3)
Sets the value of the Street3 property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetShippingLabelRequest |
withAPIVersion(String aPIVersion)
Sets the value of the APIVersion property for this object.
|
GetShippingLabelRequest |
withCity(String city)
Sets the value of the City property for this object.
|
GetShippingLabelRequest |
withCompany(String company)
Sets the value of the Company property for this object.
|
GetShippingLabelRequest |
withCountry(String country)
Sets the value of the Country property for this object.
|
GetShippingLabelRequest |
withJobIds(Collection<String> jobIds)
Sets the value of the JobIds property for this object.
|
GetShippingLabelRequest |
withJobIds(String... jobIds)
Sets the value of the JobIds property for this object.
|
GetShippingLabelRequest |
withName(String name)
Sets the value of the Name property for this object.
|
GetShippingLabelRequest |
withPhoneNumber(String phoneNumber)
Sets the value of the PhoneNumber property for this object.
|
GetShippingLabelRequest |
withPostalCode(String postalCode)
Sets the value of the PostalCode property for this object.
|
GetShippingLabelRequest |
withStateOrProvince(String stateOrProvince)
Sets the value of the StateOrProvince property for this object.
|
GetShippingLabelRequest |
withStreet1(String street1)
Sets the value of the Street1 property for this object.
|
GetShippingLabelRequest |
withStreet2(String street2)
Sets the value of the Street2 property for this object.
|
GetShippingLabelRequest |
withStreet3(String street3)
Sets the value of the Street3 property for this object.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic List<String> getJobIds()
public void setJobIds(Collection<String> jobIds)
jobIds - The new value for the JobIds property for this object.public GetShippingLabelRequest withJobIds(String... jobIds)
jobIds - The new value for the JobIds property for this object.public GetShippingLabelRequest withJobIds(Collection<String> jobIds)
jobIds - The new value for the JobIds property for this object.public void setName(String name)
name - The new value for the Name property for this object.public String getName()
public GetShippingLabelRequest withName(String name)
name - The new value for the Name property for this object.public void setCompany(String company)
company - The new value for the Company property for this object.public String getCompany()
public GetShippingLabelRequest withCompany(String company)
company - The new value for the Company property for this object.public void setPhoneNumber(String phoneNumber)
phoneNumber - The new value for the PhoneNumber property for this object.public String getPhoneNumber()
public GetShippingLabelRequest withPhoneNumber(String phoneNumber)
phoneNumber - The new value for the PhoneNumber property for this object.public void setCountry(String country)
country - The new value for the Country property for this object.public String getCountry()
public GetShippingLabelRequest withCountry(String country)
country - The new value for the Country property for this object.public void setStateOrProvince(String stateOrProvince)
stateOrProvince - The new value for the StateOrProvince property for this object.public String getStateOrProvince()
public GetShippingLabelRequest withStateOrProvince(String stateOrProvince)
stateOrProvince - The new value for the StateOrProvince property for this object.public void setCity(String city)
city - The new value for the City property for this object.public String getCity()
public GetShippingLabelRequest withCity(String city)
city - The new value for the City property for this object.public void setPostalCode(String postalCode)
postalCode - The new value for the PostalCode property for this object.public String getPostalCode()
public GetShippingLabelRequest withPostalCode(String postalCode)
postalCode - The new value for the PostalCode property for this object.public void setStreet1(String street1)
street1 - The new value for the Street1 property for this object.public String getStreet1()
public GetShippingLabelRequest withStreet1(String street1)
street1 - The new value for the Street1 property for this object.public void setStreet2(String street2)
street2 - The new value for the Street2 property for this object.public String getStreet2()
public GetShippingLabelRequest withStreet2(String street2)
street2 - The new value for the Street2 property for this object.public void setStreet3(String street3)
street3 - The new value for the Street3 property for this object.public String getStreet3()
public GetShippingLabelRequest withStreet3(String street3)
street3 - The new value for the Street3 property for this object.public void setAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String getAPIVersion()
public GetShippingLabelRequest withAPIVersion(String aPIVersion)
aPIVersion - The new value for the APIVersion property for this object.public String toString()
toString in class ObjectObject.toString()public GetShippingLabelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.