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