@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceEventConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetResourceEventConfigurationResult () |
| Modifier and Type | Method and Description |
|---|---|
GetResourceEventConfigurationResult |
clone () |
boolean |
equals (Object obj) |
ConnectionStatusEventConfiguration |
getConnectionStatus ()
Event configuration for the connection status event.
|
DeviceRegistrationStateEventConfiguration |
getDeviceRegistrationState ()
Event configuration for the device registration state event.
|
JoinEventConfiguration |
getJoin ()
Event configuration for the join event.
|
MessageDeliveryStatusEventConfiguration |
getMessageDeliveryStatus ()
Event configuration for the message delivery status event.
|
ProximityEventConfiguration |
getProximity ()
Event configuration for the proximity event.
|
int |
hashCode () |
void |
setConnectionStatus (ConnectionStatusEventConfiguration connectionStatus)
Event configuration for the connection status event.
|
void |
setDeviceRegistrationState (DeviceRegistrationStateEventConfiguration deviceRegistrationState)
Event configuration for the device registration state event.
|
void |
setJoin (JoinEventConfiguration join)
Event configuration for the join event.
|
void |
setMessageDeliveryStatus (MessageDeliveryStatusEventConfiguration messageDeliveryStatus)
Event configuration for the message delivery status event.
|
void |
setProximity (ProximityEventConfiguration proximity)
Event configuration for the proximity event.
|
String |
toString ()
Returns a string representation of this object.
|
GetResourceEventConfigurationResult |
withConnectionStatus (ConnectionStatusEventConfiguration connectionStatus)
Event configuration for the connection status event.
|
GetResourceEventConfigurationResult |
withDeviceRegistrationState (DeviceRegistrationStateEventConfiguration deviceRegistrationState)
Event configuration for the device registration state event.
|
GetResourceEventConfigurationResult |
withJoin (JoinEventConfiguration join)
Event configuration for the join event.
|
GetResourceEventConfigurationResult |
withMessageDeliveryStatus (MessageDeliveryStatusEventConfiguration messageDeliveryStatus)
Event configuration for the message delivery status event.
|
GetResourceEventConfigurationResult |
withProximity (ProximityEventConfiguration proximity)
Event configuration for the proximity event.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetResourceEventConfigurationResult()
public void setDeviceRegistrationState(DeviceRegistrationStateEventConfiguration deviceRegistrationState)
Event configuration for the device registration state event.
deviceRegistrationState - Event configuration for the device registration state event.public DeviceRegistrationStateEventConfiguration getDeviceRegistrationState()
Event configuration for the device registration state event.
public GetResourceEventConfigurationResult withDeviceRegistrationState(DeviceRegistrationStateEventConfiguration deviceRegistrationState)
Event configuration for the device registration state event.
deviceRegistrationState - Event configuration for the device registration state event.public void setProximity(ProximityEventConfiguration proximity)
Event configuration for the proximity event.
proximity - Event configuration for the proximity event.public ProximityEventConfiguration getProximity()
Event configuration for the proximity event.
public GetResourceEventConfigurationResult withProximity(ProximityEventConfiguration proximity)
Event configuration for the proximity event.
proximity - Event configuration for the proximity event.public void setJoin(JoinEventConfiguration join)
Event configuration for the join event.
join - Event configuration for the join event.public JoinEventConfiguration getJoin()
Event configuration for the join event.
public GetResourceEventConfigurationResult withJoin(JoinEventConfiguration join)
Event configuration for the join event.
join - Event configuration for the join event.public void setConnectionStatus(ConnectionStatusEventConfiguration connectionStatus)
Event configuration for the connection status event.
connectionStatus - Event configuration for the connection status event.public ConnectionStatusEventConfiguration getConnectionStatus()
Event configuration for the connection status event.
public GetResourceEventConfigurationResult withConnectionStatus(ConnectionStatusEventConfiguration connectionStatus)
Event configuration for the connection status event.
connectionStatus - Event configuration for the connection status event.public void setMessageDeliveryStatus(MessageDeliveryStatusEventConfiguration messageDeliveryStatus)
Event configuration for the message delivery status event.
messageDeliveryStatus - Event configuration for the message delivery status event.public MessageDeliveryStatusEventConfiguration getMessageDeliveryStatus()
Event configuration for the message delivery status event.
public GetResourceEventConfigurationResult withMessageDeliveryStatus(MessageDeliveryStatusEventConfiguration messageDeliveryStatus)
Event configuration for the message delivery status event.
messageDeliveryStatus - Event configuration for the message delivery status event.public String toString()
toString in class Object Object.toString() public GetResourceEventConfigurationResult clone()