@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterApplicationResult() |
Modifier and Type | Method and Description |
---|---|
RegisterApplicationResult |
clone() |
boolean |
equals(Object obj) |
Application |
getApplication()
The application registered with AWS Systems Manager for SAP.
|
String |
getOperationId()
The ID of the operation.
|
int |
hashCode() |
void |
setApplication(Application application)
The application registered with AWS Systems Manager for SAP.
|
void |
setOperationId(String operationId)
The ID of the operation.
|
String |
toString()
Returns a string representation of this object.
|
RegisterApplicationResult |
withApplication(Application application)
The application registered with AWS Systems Manager for SAP.
|
RegisterApplicationResult |
withOperationId(String operationId)
The ID of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplication(Application application)
The application registered with AWS Systems Manager for SAP.
application
- The application registered with AWS Systems Manager for SAP.public Application getApplication()
The application registered with AWS Systems Manager for SAP.
public RegisterApplicationResult withApplication(Application application)
The application registered with AWS Systems Manager for SAP.
application
- The application registered with AWS Systems Manager for SAP.public void setOperationId(String operationId)
The ID of the operation.
operationId
- The ID of the operation.public String getOperationId()
The ID of the operation.
public RegisterApplicationResult withOperationId(String operationId)
The ID of the operation.
operationId
- The ID of the operation.public String toString()
toString
in class Object
Object.toString()
public RegisterApplicationResult clone()