public class UserData extends Object implements Serializable, Cloneable
Describes the user data to be made available to an instance.
Constructor and Description |
---|
UserData() |
Modifier and Type | Method and Description |
---|---|
UserData |
clone() |
boolean |
equals(Object obj) |
String |
getData()
The Base64-encoded MIME user data for the instance.
|
int |
hashCode() |
void |
setData(String data)
The Base64-encoded MIME user data for the instance.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserData |
withData(String data)
The Base64-encoded MIME user data for the instance.
|
public void setData(String data)
The Base64-encoded MIME user data for the instance.
data
- The Base64-encoded MIME user data for the instance.public String getData()
The Base64-encoded MIME user data for the instance.
public UserData withData(String data)
The Base64-encoded MIME user data for the instance.
data
- The Base64-encoded MIME user data for the instance.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.