@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidateE911AddressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ValidateE911AddressRequest() |
Modifier and Type | Method and Description |
---|---|
ValidateE911AddressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The AWS account ID.
|
String |
getCity()
The address city, such as
Portland . |
String |
getCountry()
The country in the address being validated.
|
String |
getPostalCode()
The dress postal code, such
04352 . |
String |
getState()
The address state, such as
ME . |
String |
getStreetInfo()
The address street information, such as
8th Avenue . |
String |
getStreetNumber()
The address street number, such as
200 or 2121 . |
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The AWS account ID.
|
void |
setCity(String city)
The address city, such as
Portland . |
void |
setCountry(String country)
The country in the address being validated.
|
void |
setPostalCode(String postalCode)
The dress postal code, such
04352 . |
void |
setState(String state)
The address state, such as
ME . |
void |
setStreetInfo(String streetInfo)
The address street information, such as
8th Avenue . |
void |
setStreetNumber(String streetNumber)
The address street number, such as
200 or 2121 . |
String |
toString()
Returns a string representation of this object.
|
ValidateE911AddressRequest |
withAwsAccountId(String awsAccountId)
The AWS account ID.
|
ValidateE911AddressRequest |
withCity(String city)
The address city, such as
Portland . |
ValidateE911AddressRequest |
withCountry(String country)
The country in the address being validated.
|
ValidateE911AddressRequest |
withPostalCode(String postalCode)
The dress postal code, such
04352 . |
ValidateE911AddressRequest |
withState(String state)
The address state, such as
ME . |
ValidateE911AddressRequest |
withStreetInfo(String streetInfo)
The address street information, such as
8th Avenue . |
ValidateE911AddressRequest |
withStreetNumber(String streetNumber)
The address street number, such as
200 or 2121 . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account ID.public String getAwsAccountId()
The AWS account ID.
public ValidateE911AddressRequest withAwsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId
- The AWS account ID.public void setStreetNumber(String streetNumber)
The address street number, such as 200
or 2121
.
streetNumber
- The address street number, such as 200
or 2121
.public String getStreetNumber()
The address street number, such as 200
or 2121
.
200
or 2121
.public ValidateE911AddressRequest withStreetNumber(String streetNumber)
The address street number, such as 200
or 2121
.
streetNumber
- The address street number, such as 200
or 2121
.public void setStreetInfo(String streetInfo)
The address street information, such as 8th Avenue
.
streetInfo
- The address street information, such as 8th Avenue
.public String getStreetInfo()
The address street information, such as 8th Avenue
.
8th Avenue
.public ValidateE911AddressRequest withStreetInfo(String streetInfo)
The address street information, such as 8th Avenue
.
streetInfo
- The address street information, such as 8th Avenue
.public void setCity(String city)
The address city, such as Portland
.
city
- The address city, such as Portland
.public String getCity()
The address city, such as Portland
.
Portland
.public ValidateE911AddressRequest withCity(String city)
The address city, such as Portland
.
city
- The address city, such as Portland
.public void setState(String state)
The address state, such as ME
.
state
- The address state, such as ME
.public String getState()
The address state, such as ME
.
ME
.public ValidateE911AddressRequest withState(String state)
The address state, such as ME
.
state
- The address state, such as ME
.public void setCountry(String country)
The country in the address being validated.
country
- The country in the address being validated.public String getCountry()
The country in the address being validated.
public ValidateE911AddressRequest withCountry(String country)
The country in the address being validated.
country
- The country in the address being validated.public void setPostalCode(String postalCode)
The dress postal code, such 04352
.
postalCode
- The dress postal code, such 04352
.public String getPostalCode()
The dress postal code, such 04352
.
04352
.public ValidateE911AddressRequest withPostalCode(String postalCode)
The dress postal code, such 04352
.
postalCode
- The dress postal code, such 04352
.public String toString()
toString
in class Object
Object.toString()
public ValidateE911AddressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()