@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IpCountry extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
IpCountry() |
Modifier and Type | Method and Description |
---|---|
IpCountry |
clone() |
boolean |
equals(Object obj) |
String |
getCode()
Reserved for future use.
|
String |
getName()
Reserved for future use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCode(String code)
Reserved for future use.
|
void |
setName(String name)
Reserved for future use.
|
String |
toString()
Returns a string representation of this object.
|
IpCountry |
withCode(String code)
Reserved for future use.
|
IpCountry |
withName(String name)
Reserved for future use.
|
public void setCode(String code)
Reserved for future use.
code
- Reserved for future use.public String getCode()
Reserved for future use.
public IpCountry withCode(String code)
Reserved for future use.
code
- Reserved for future use.public void setName(String name)
Reserved for future use.
name
- Reserved for future use.public String getName()
Reserved for future use.
public IpCountry withName(String name)
Reserved for future use.
name
- Reserved for future use.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.