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