@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceServerConnectorAction extends Object implements Serializable, Cloneable, StructuredPojo
Source Server connector action.
Constructor and Description |
---|
SourceServerConnectorAction() |
Modifier and Type | Method and Description |
---|---|
SourceServerConnectorAction |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorArn()
Source Server connector action connector arn.
|
String |
getCredentialsSecretArn()
Source Server connector action credentials secret arn.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConnectorArn(String connectorArn)
Source Server connector action connector arn.
|
void |
setCredentialsSecretArn(String credentialsSecretArn)
Source Server connector action credentials secret arn.
|
String |
toString()
Returns a string representation of this object.
|
SourceServerConnectorAction |
withConnectorArn(String connectorArn)
Source Server connector action connector arn.
|
SourceServerConnectorAction |
withCredentialsSecretArn(String credentialsSecretArn)
Source Server connector action credentials secret arn.
|
public void setConnectorArn(String connectorArn)
Source Server connector action connector arn.
connectorArn
- Source Server connector action connector arn.public String getConnectorArn()
Source Server connector action connector arn.
public SourceServerConnectorAction withConnectorArn(String connectorArn)
Source Server connector action connector arn.
connectorArn
- Source Server connector action connector arn.public void setCredentialsSecretArn(String credentialsSecretArn)
Source Server connector action credentials secret arn.
credentialsSecretArn
- Source Server connector action credentials secret arn.public String getCredentialsSecretArn()
Source Server connector action credentials secret arn.
public SourceServerConnectorAction withCredentialsSecretArn(String credentialsSecretArn)
Source Server connector action credentials secret arn.
credentialsSecretArn
- Source Server connector action credentials secret arn.public String toString()
toString
in class Object
Object.toString()
public SourceServerConnectorAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.