public class CreateIntegrationAssociationResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateIntegrationAssociationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIntegrationAssociationArn()
The Amazon Resource Name (ARN) for the association.
|
java.lang.String |
getIntegrationAssociationId()
The identifier for the association.
|
int |
hashCode() |
void |
setIntegrationAssociationArn(java.lang.String integrationAssociationArn)
The Amazon Resource Name (ARN) for the association.
|
void |
setIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the association.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateIntegrationAssociationResult |
withIntegrationAssociationArn(java.lang.String integrationAssociationArn)
The Amazon Resource Name (ARN) for the association.
|
CreateIntegrationAssociationResult |
withIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the association.
|
public java.lang.String getIntegrationAssociationId()
The identifier for the association.
Constraints:
Length: 1 - 200
The identifier for the association.
public void setIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the association.
Constraints:
Length: 1 - 200
integrationAssociationId
- The identifier for the association.
public CreateIntegrationAssociationResult withIntegrationAssociationId(java.lang.String integrationAssociationId)
The identifier for the association.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
integrationAssociationId
- The identifier for the association.
public java.lang.String getIntegrationAssociationArn()
The Amazon Resource Name (ARN) for the association.
The Amazon Resource Name (ARN) for the association.
public void setIntegrationAssociationArn(java.lang.String integrationAssociationArn)
The Amazon Resource Name (ARN) for the association.
integrationAssociationArn
- The Amazon Resource Name (ARN) for the association.
public CreateIntegrationAssociationResult withIntegrationAssociationArn(java.lang.String integrationAssociationArn)
The Amazon Resource Name (ARN) for the association.
Returns a reference to this object so that method calls can be chained together.
integrationAssociationArn
- The Amazon Resource Name (ARN) for the association.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.