@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SegmentLocation extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SegmentLocation() |
| Modifier and Type | Method and Description |
|---|---|
SegmentLocation |
clone() |
boolean |
equals(Object obj) |
SetDimension |
getCountry()
The country filter according to ISO 3166-1 Alpha-2 codes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCountry(SetDimension country)
The country filter according to ISO 3166-1 Alpha-2 codes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SegmentLocation |
withCountry(SetDimension country)
The country filter according to ISO 3166-1 Alpha-2 codes.
|
public void setCountry(SetDimension country)
country - The country filter according to ISO 3166-1 Alpha-2 codes.public SetDimension getCountry()
public SegmentLocation withCountry(SetDimension country)
country - The country filter according to ISO 3166-1 Alpha-2 codes.public String toString()
toString in class ObjectObject.toString()public SegmentLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.