We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.
If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”
@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 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()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.