@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventIntegrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEventIntegrationResult() |
Modifier and Type | Method and Description |
---|---|
CreateEventIntegrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getEventIntegrationArn()
The Amazon Resource Name (ARN) of the event integration.
|
int |
hashCode() |
void |
setEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) of the event integration.
|
String |
toString()
Returns a string representation of this object.
|
CreateEventIntegrationResult |
withEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) of the event integration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) of the event integration.
eventIntegrationArn
- The Amazon Resource Name (ARN) of the event integration.public String getEventIntegrationArn()
The Amazon Resource Name (ARN) of the event integration.
public CreateEventIntegrationResult withEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) of the event integration.
eventIntegrationArn
- The Amazon Resource Name (ARN) of the event integration.public String toString()
toString
in class Object
Object.toString()
public CreateEventIntegrationResult clone()