@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResourceEventConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetResourceEventConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetResourceEventConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentifier()
Resource identifier to opt in for event messaging.
|
String |
getIdentifierType()
Identifier type of the particular resource identifier for event configuration.
|
String |
getPartnerType()
Partner type of the resource if the identifier type is PartnerAccountId.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Resource identifier to opt in for event messaging.
|
void |
setIdentifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
|
void |
setPartnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
|
String |
toString()
Returns a string representation of this object.
|
GetResourceEventConfigurationRequest |
withIdentifier(String identifier)
Resource identifier to opt in for event messaging.
|
GetResourceEventConfigurationRequest |
withIdentifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
|
GetResourceEventConfigurationRequest |
withIdentifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
|
GetResourceEventConfigurationRequest |
withPartnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
|
GetResourceEventConfigurationRequest |
withPartnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetResourceEventConfigurationRequest()
public void setIdentifier(String identifier)
Resource identifier to opt in for event messaging.
identifier
- Resource identifier to opt in for event messaging.public String getIdentifier()
Resource identifier to opt in for event messaging.
public GetResourceEventConfigurationRequest withIdentifier(String identifier)
Resource identifier to opt in for event messaging.
identifier
- Resource identifier to opt in for event messaging.public void setIdentifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType
- Identifier type of the particular resource identifier for event configuration.IdentifierType
public String getIdentifierType()
Identifier type of the particular resource identifier for event configuration.
IdentifierType
public GetResourceEventConfigurationRequest withIdentifierType(String identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType
- Identifier type of the particular resource identifier for event configuration.IdentifierType
public GetResourceEventConfigurationRequest withIdentifierType(IdentifierType identifierType)
Identifier type of the particular resource identifier for event configuration.
identifierType
- Identifier type of the particular resource identifier for event configuration.IdentifierType
public void setPartnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
partnerType
- Partner type of the resource if the identifier type is PartnerAccountId.EventNotificationPartnerType
public String getPartnerType()
Partner type of the resource if the identifier type is PartnerAccountId.
EventNotificationPartnerType
public GetResourceEventConfigurationRequest withPartnerType(String partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
partnerType
- Partner type of the resource if the identifier type is PartnerAccountId.EventNotificationPartnerType
public GetResourceEventConfigurationRequest withPartnerType(EventNotificationPartnerType partnerType)
Partner type of the resource if the identifier type is PartnerAccountId.
partnerType
- Partner type of the resource if the identifier type is PartnerAccountId.EventNotificationPartnerType
public String toString()
toString
in class Object
Object.toString()
public GetResourceEventConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()