@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotificationSummary extends Object implements Serializable, Cloneable, StructuredPojo
A notification summary return object.
Constructor and Description |
---|
NotificationSummary() |
Modifier and Type | Method and Description |
---|---|
NotificationSummary |
clone() |
boolean |
equals(Object obj) |
LensUpgradeSummary |
getLensUpgradeSummary()
Summary of lens upgrade.
|
String |
getType()
The type of notification.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
|
void |
setType(String type)
The type of notification.
|
String |
toString()
Returns a string representation of this object.
|
NotificationSummary |
withLensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
|
NotificationSummary |
withType(NotificationType type)
The type of notification.
|
NotificationSummary |
withType(String type)
The type of notification.
|
public void setType(String type)
The type of notification.
type
- The type of notification.NotificationType
public String getType()
The type of notification.
NotificationType
public NotificationSummary withType(String type)
The type of notification.
type
- The type of notification.NotificationType
public NotificationSummary withType(NotificationType type)
The type of notification.
type
- The type of notification.NotificationType
public void setLensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
lensUpgradeSummary
- Summary of lens upgrade.public LensUpgradeSummary getLensUpgradeSummary()
Summary of lens upgrade.
public NotificationSummary withLensUpgradeSummary(LensUpgradeSummary lensUpgradeSummary)
Summary of lens upgrade.
lensUpgradeSummary
- Summary of lens upgrade.public String toString()
toString
in class Object
Object.toString()
public NotificationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.