@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class M2ManagedActionProperties extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the AWS Mainframe Modernization managed action properties.
| Constructor and Description |
|---|
M2ManagedActionProperties() |
| Modifier and Type | Method and Description |
|---|---|
M2ManagedActionProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getForceStop()
Force stops the AWS Mainframe Modernization managed action properties.
|
String |
getImportDataSetLocation()
The import data set location of the AWS Mainframe Modernization managed action properties.
|
int |
hashCode() |
Boolean |
isForceStop()
Force stops the AWS Mainframe Modernization managed action properties.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setForceStop(Boolean forceStop)
Force stops the AWS Mainframe Modernization managed action properties.
|
void |
setImportDataSetLocation(String importDataSetLocation)
The import data set location of the AWS Mainframe Modernization managed action properties.
|
String |
toString()
Returns a string representation of this object.
|
M2ManagedActionProperties |
withForceStop(Boolean forceStop)
Force stops the AWS Mainframe Modernization managed action properties.
|
M2ManagedActionProperties |
withImportDataSetLocation(String importDataSetLocation)
The import data set location of the AWS Mainframe Modernization managed action properties.
|
public void setForceStop(Boolean forceStop)
Force stops the AWS Mainframe Modernization managed action properties.
forceStop - Force stops the AWS Mainframe Modernization managed action properties.public Boolean getForceStop()
Force stops the AWS Mainframe Modernization managed action properties.
public M2ManagedActionProperties withForceStop(Boolean forceStop)
Force stops the AWS Mainframe Modernization managed action properties.
forceStop - Force stops the AWS Mainframe Modernization managed action properties.public Boolean isForceStop()
Force stops the AWS Mainframe Modernization managed action properties.
public void setImportDataSetLocation(String importDataSetLocation)
The import data set location of the AWS Mainframe Modernization managed action properties.
importDataSetLocation - The import data set location of the AWS Mainframe Modernization managed action properties.public String getImportDataSetLocation()
The import data set location of the AWS Mainframe Modernization managed action properties.
public M2ManagedActionProperties withImportDataSetLocation(String importDataSetLocation)
The import data set location of the AWS Mainframe Modernization managed action properties.
importDataSetLocation - The import data set location of the AWS Mainframe Modernization managed action properties.public String toString()
toString in class ObjectObject.toString()public M2ManagedActionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.