@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterApplicationRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
RegisterApplicationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
RegisterApplicationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application.
|
String |
getApplicationType()
The type of the application.
|
List<ApplicationCredential> |
getCredentials()
The credentials of the SAP application.
|
List<String> |
getInstances()
The Amazon EC2 instances on which your SAP application is running.
|
String |
getSapInstanceNumber()
The SAP instance number of the application.
|
String |
getSid()
The System ID of the application.
|
Map<String,String> |
getTags()
The tags to be attached to the SAP application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The ID of the application.
|
void |
setApplicationType(String applicationType)
The type of the application.
|
void |
setCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
|
void |
setInstances(Collection<String> instances)
The Amazon EC2 instances on which your SAP application is running.
|
void |
setSapInstanceNumber(String sapInstanceNumber)
The SAP instance number of the application.
|
void |
setSid(String sid)
The System ID of the application.
|
void |
setTags(Map<String,String> tags)
The tags to be attached to the SAP application.
|
String |
toString()
Returns a string representation of this object.
|
RegisterApplicationRequest |
withApplicationId(String applicationId)
The ID of the application.
|
RegisterApplicationRequest |
withApplicationType(ApplicationType applicationType)
The type of the application.
|
RegisterApplicationRequest |
withApplicationType(String applicationType)
The type of the application.
|
RegisterApplicationRequest |
withCredentials(ApplicationCredential... credentials)
The credentials of the SAP application.
|
RegisterApplicationRequest |
withCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
|
RegisterApplicationRequest |
withInstances(Collection<String> instances)
The Amazon EC2 instances on which your SAP application is running.
|
RegisterApplicationRequest |
withInstances(String... instances)
The Amazon EC2 instances on which your SAP application is running.
|
RegisterApplicationRequest |
withSapInstanceNumber(String sapInstanceNumber)
The SAP instance number of the application.
|
RegisterApplicationRequest |
withSid(String sid)
The System ID of the application.
|
RegisterApplicationRequest |
withTags(Map<String,String> tags)
The tags to be attached to the SAP application.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public String getApplicationId()
The ID of the application.
public RegisterApplicationRequest withApplicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.public void setApplicationType(String applicationType)
The type of the application.
applicationType - The type of the application.ApplicationTypepublic String getApplicationType()
The type of the application.
ApplicationTypepublic RegisterApplicationRequest withApplicationType(String applicationType)
The type of the application.
applicationType - The type of the application.ApplicationTypepublic RegisterApplicationRequest withApplicationType(ApplicationType applicationType)
The type of the application.
applicationType - The type of the application.ApplicationTypepublic List<String> getInstances()
The Amazon EC2 instances on which your SAP application is running.
public void setInstances(Collection<String> instances)
The Amazon EC2 instances on which your SAP application is running.
instances - The Amazon EC2 instances on which your SAP application is running.public RegisterApplicationRequest withInstances(String... instances)
The Amazon EC2 instances on which your SAP application is running.
NOTE: This method appends the values to the existing list (if any). Use
setInstances(java.util.Collection) or withInstances(java.util.Collection) if you want to
override the existing values.
instances - The Amazon EC2 instances on which your SAP application is running.public RegisterApplicationRequest withInstances(Collection<String> instances)
The Amazon EC2 instances on which your SAP application is running.
instances - The Amazon EC2 instances on which your SAP application is running.public void setSapInstanceNumber(String sapInstanceNumber)
The SAP instance number of the application.
sapInstanceNumber - The SAP instance number of the application.public String getSapInstanceNumber()
The SAP instance number of the application.
public RegisterApplicationRequest withSapInstanceNumber(String sapInstanceNumber)
The SAP instance number of the application.
sapInstanceNumber - The SAP instance number of the application.public void setSid(String sid)
The System ID of the application.
sid - The System ID of the application.public String getSid()
The System ID of the application.
public RegisterApplicationRequest withSid(String sid)
The System ID of the application.
sid - The System ID of the application.public Map<String,String> getTags()
The tags to be attached to the SAP application.
public void setTags(Map<String,String> tags)
The tags to be attached to the SAP application.
tags - The tags to be attached to the SAP application.public RegisterApplicationRequest withTags(Map<String,String> tags)
The tags to be attached to the SAP application.
tags - The tags to be attached to the SAP application.public RegisterApplicationRequest addTagsEntry(String key, String value)
public RegisterApplicationRequest clearTagsEntries()
public List<ApplicationCredential> getCredentials()
The credentials of the SAP application.
public void setCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
credentials - The credentials of the SAP application.public RegisterApplicationRequest withCredentials(ApplicationCredential... credentials)
The credentials of the SAP application.
NOTE: This method appends the values to the existing list (if any). Use
setCredentials(java.util.Collection) or withCredentials(java.util.Collection) if you want to
override the existing values.
credentials - The credentials of the SAP application.public RegisterApplicationRequest withCredentials(Collection<ApplicationCredential> credentials)
The credentials of the SAP application.
credentials - The credentials of the SAP application.public String toString()
toString in class ObjectObject.toString()public RegisterApplicationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.