@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AlarmModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of an alarm model.
Constructor and Description |
---|
AlarmModelSummary() |
Modifier and Type | Method and Description |
---|---|
AlarmModelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAlarmModelDescription()
The description of the alarm model.
|
String |
getAlarmModelName()
The name of the alarm model.
|
Date |
getCreationTime()
The time the alarm model was created, in the Unix epoch format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlarmModelDescription(String alarmModelDescription)
The description of the alarm model.
|
void |
setAlarmModelName(String alarmModelName)
The name of the alarm model.
|
void |
setCreationTime(Date creationTime)
The time the alarm model was created, in the Unix epoch format.
|
String |
toString()
Returns a string representation of this object.
|
AlarmModelSummary |
withAlarmModelDescription(String alarmModelDescription)
The description of the alarm model.
|
AlarmModelSummary |
withAlarmModelName(String alarmModelName)
The name of the alarm model.
|
AlarmModelSummary |
withCreationTime(Date creationTime)
The time the alarm model was created, in the Unix epoch format.
|
public void setCreationTime(Date creationTime)
The time the alarm model was created, in the Unix epoch format.
creationTime
- The time the alarm model was created, in the Unix epoch format.public Date getCreationTime()
The time the alarm model was created, in the Unix epoch format.
public AlarmModelSummary withCreationTime(Date creationTime)
The time the alarm model was created, in the Unix epoch format.
creationTime
- The time the alarm model was created, in the Unix epoch format.public void setAlarmModelDescription(String alarmModelDescription)
The description of the alarm model.
alarmModelDescription
- The description of the alarm model.public String getAlarmModelDescription()
The description of the alarm model.
public AlarmModelSummary withAlarmModelDescription(String alarmModelDescription)
The description of the alarm model.
alarmModelDescription
- The description of the alarm model.public void setAlarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName
- The name of the alarm model.public String getAlarmModelName()
The name of the alarm model.
public AlarmModelSummary withAlarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName
- The name of the alarm model.public String toString()
toString
in class Object
Object.toString()
public AlarmModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.