@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AmpConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.