@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EulaAcceptance extends Object implements Serializable, Cloneable, StructuredPojo
The acceptance of a EULA, required to use Amazon-provided streaming images.
Constructor and Description |
---|
EulaAcceptance() |
Modifier and Type | Method and Description |
---|---|
EulaAcceptance |
clone() |
boolean |
equals(Object obj) |
Date |
getAcceptedAt()
The ISO timestamp in seconds for when the EULA was accepted.
|
String |
getAcceptedBy()
The ID of the person who accepted the EULA.
|
String |
getAccepteeId()
The ID of the acceptee.
|
String |
getEulaAcceptanceId()
The EULA acceptance ID.
|
String |
getEulaId()
The EULA ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAcceptedAt(Date acceptedAt)
The ISO timestamp in seconds for when the EULA was accepted.
|
void |
setAcceptedBy(String acceptedBy)
The ID of the person who accepted the EULA.
|
void |
setAccepteeId(String accepteeId)
The ID of the acceptee.
|
void |
setEulaAcceptanceId(String eulaAcceptanceId)
The EULA acceptance ID.
|
void |
setEulaId(String eulaId)
The EULA ID.
|
String |
toString()
Returns a string representation of this object.
|
EulaAcceptance |
withAcceptedAt(Date acceptedAt)
The ISO timestamp in seconds for when the EULA was accepted.
|
EulaAcceptance |
withAcceptedBy(String acceptedBy)
The ID of the person who accepted the EULA.
|
EulaAcceptance |
withAccepteeId(String accepteeId)
The ID of the acceptee.
|
EulaAcceptance |
withEulaAcceptanceId(String eulaAcceptanceId)
The EULA acceptance ID.
|
EulaAcceptance |
withEulaId(String eulaId)
The EULA ID.
|
public void setAcceptedAt(Date acceptedAt)
The ISO timestamp in seconds for when the EULA was accepted.
acceptedAt
- The ISO timestamp in seconds for when the EULA was accepted.public Date getAcceptedAt()
The ISO timestamp in seconds for when the EULA was accepted.
public EulaAcceptance withAcceptedAt(Date acceptedAt)
The ISO timestamp in seconds for when the EULA was accepted.
acceptedAt
- The ISO timestamp in seconds for when the EULA was accepted.public void setAcceptedBy(String acceptedBy)
The ID of the person who accepted the EULA.
acceptedBy
- The ID of the person who accepted the EULA.public String getAcceptedBy()
The ID of the person who accepted the EULA.
public EulaAcceptance withAcceptedBy(String acceptedBy)
The ID of the person who accepted the EULA.
acceptedBy
- The ID of the person who accepted the EULA.public void setAccepteeId(String accepteeId)
The ID of the acceptee.
accepteeId
- The ID of the acceptee.public String getAccepteeId()
The ID of the acceptee.
public EulaAcceptance withAccepteeId(String accepteeId)
The ID of the acceptee.
accepteeId
- The ID of the acceptee.public void setEulaAcceptanceId(String eulaAcceptanceId)
The EULA acceptance ID.
eulaAcceptanceId
- The EULA acceptance ID.public String getEulaAcceptanceId()
The EULA acceptance ID.
public EulaAcceptance withEulaAcceptanceId(String eulaAcceptanceId)
The EULA acceptance ID.
eulaAcceptanceId
- The EULA acceptance ID.public void setEulaId(String eulaId)
The EULA ID.
eulaId
- The EULA ID.public String getEulaId()
The EULA ID.
public EulaAcceptance withEulaId(String eulaId)
The EULA ID.
eulaId
- The EULA ID.public String toString()
toString
in class Object
Object.toString()
public EulaAcceptance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.