@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmpConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A representation of an AMP destination.
| Constructor and Description |
|---|
AmpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AmpConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getWorkspaceArn()
The ARN of an AMP workspace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWorkspaceArn(String workspaceArn)
The ARN of an AMP workspace.
|
String |
toString()
Returns a string representation of this object.
|
AmpConfiguration |
withWorkspaceArn(String workspaceArn)
The ARN of an AMP workspace.
|
public void setWorkspaceArn(String workspaceArn)
The ARN of an AMP workspace.
workspaceArn - The ARN of an AMP workspace.public String getWorkspaceArn()
The ARN of an AMP workspace.
public AmpConfiguration withWorkspaceArn(String workspaceArn)
The ARN of an AMP workspace.
workspaceArn - The ARN of an AMP workspace.public String toString()
toString in class ObjectObject.toString()public AmpConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.