public class LocalizedTextKey extends Object implements Serializable, Cloneable
This data type is used in the LocalizedText data type.
Constructor and Description |
---|
LocalizedTextKey() |
Modifier and Type | Method and Description |
---|---|
LocalizedTextKey |
clone() |
boolean |
equals(Object obj) |
String |
getFacility()
The module response source of the text.
|
String |
getId()
Part of the module response source of the text.
|
int |
hashCode() |
void |
setFacility(String facility)
The module response source of the text.
|
void |
setId(String id)
Part of the module response source of the text.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LocalizedTextKey |
withFacility(String facility)
The module response source of the text.
|
LocalizedTextKey |
withId(String id)
Part of the module response source of the text.
|
public void setFacility(String facility)
The module response source of the text.
facility
- The module response source of the text.public String getFacility()
The module response source of the text.
public LocalizedTextKey withFacility(String facility)
The module response source of the text.
facility
- The module response source of the text.public void setId(String id)
Part of the module response source of the text.
id
- Part of the module response source of the text.public String getId()
Part of the module response source of the text.
public LocalizedTextKey withId(String id)
Part of the module response source of the text.
id
- Part of the module response source of the text.public String toString()
toString
in class Object
Object.toString()
public LocalizedTextKey clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.