public class UpdateAppRequest extends AmazonWebServiceRequest implements java.io.Serializable
UpdateApp operation.
Updates a specified app.
| コンストラクタと説明 |
|---|
UpdateAppRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
UpdateAppRequest |
addAttributesEntry(java.lang.String key,
java.lang.String value)
One or more user-defined key/value pairs to be added to the stack
attributes bag.
|
UpdateAppRequest |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAppId()
The app ID.
|
Source |
getAppSource()
A
Source object that specifies the app repository. |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
One or more user-defined key/value pairs to be added to the stack
attributes bag.
|
java.lang.String |
getDescription()
A description of the app.
|
java.util.List<java.lang.String> |
getDomains()
The app's virtual host settings, with multiple domains separated by
commas.
|
java.lang.Boolean |
getEnableSsl()
Whether SSL is enabled for the app.
|
java.lang.String |
getName()
The app name.
|
SslConfiguration |
getSslConfiguration()
An
SslConfiguration object with the SSL configuration. |
java.lang.String |
getType()
The app type.
|
int |
hashCode() |
java.lang.Boolean |
isEnableSsl()
Whether SSL is enabled for the app.
|
void |
setAppId(java.lang.String appId)
The app ID.
|
void |
setAppSource(Source appSource)
A
Source object that specifies the app repository. |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes bag.
|
void |
setDescription(java.lang.String description)
A description of the app.
|
void |
setDomains(java.util.Collection<java.lang.String> domains)
The app's virtual host settings, with multiple domains separated by
commas.
|
void |
setEnableSsl(java.lang.Boolean enableSsl)
Whether SSL is enabled for the app.
|
void |
setName(java.lang.String name)
The app name.
|
void |
setSslConfiguration(SslConfiguration sslConfiguration)
An
SslConfiguration object with the SSL configuration. |
void |
setType(AppType type)
The app type.
|
void |
setType(java.lang.String type)
The app type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateAppRequest |
withAppId(java.lang.String appId)
The app ID.
|
UpdateAppRequest |
withAppSource(Source appSource)
A
Source object that specifies the app repository. |
UpdateAppRequest |
withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes bag.
|
UpdateAppRequest |
withDescription(java.lang.String description)
A description of the app.
|
UpdateAppRequest |
withDomains(java.util.Collection<java.lang.String> domains)
The app's virtual host settings, with multiple domains separated by
commas.
|
UpdateAppRequest |
withDomains(java.lang.String... domains)
The app's virtual host settings, with multiple domains separated by
commas.
|
UpdateAppRequest |
withEnableSsl(java.lang.Boolean enableSsl)
Whether SSL is enabled for the app.
|
UpdateAppRequest |
withName(java.lang.String name)
The app name.
|
UpdateAppRequest |
withSslConfiguration(SslConfiguration sslConfiguration)
An
SslConfiguration object with the SSL configuration. |
UpdateAppRequest |
withType(AppType type)
The app type.
|
UpdateAppRequest |
withType(java.lang.String type)
The app type.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getAppId()
public void setAppId(java.lang.String appId)
appId - The app ID.public UpdateAppRequest withAppId(java.lang.String appId)
Returns a reference to this object so that method calls can be chained together.
appId - The app ID.public java.lang.String getName()
public void setName(java.lang.String name)
name - The app name.public UpdateAppRequest withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name - The app name.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - A description of the app.public UpdateAppRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - A description of the app.public java.lang.String getType()
Constraints:
Allowed Values: rails, php, nodejs, static, other
AppTypepublic void setType(java.lang.String type)
Constraints:
Allowed Values: rails, php, nodejs, static, other
type - The app type.AppTypepublic UpdateAppRequest withType(java.lang.String type)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: rails, php, nodejs, static, other
type - The app type.AppTypepublic void setType(AppType type)
Constraints:
Allowed Values: rails, php, nodejs, static, other
type - The app type.AppTypepublic UpdateAppRequest withType(AppType type)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: rails, php, nodejs, static, other
type - The app type.AppTypepublic Source getAppSource()
Source object that specifies the app repository.Source object that specifies the app repository.public void setAppSource(Source appSource)
Source object that specifies the app repository.appSource - A Source object that specifies the app repository.public UpdateAppRequest withAppSource(Source appSource)
Source object that specifies the app repository.
Returns a reference to this object so that method calls can be chained together.
appSource - A Source object that specifies the app repository.public java.util.List<java.lang.String> getDomains()
'www.example.com, example.com''www.example.com, example.com'public void setDomains(java.util.Collection<java.lang.String> domains)
'www.example.com, example.com'domains - The app's virtual host settings, with multiple domains separated by
commas. For example: 'www.example.com, example.com'public UpdateAppRequest withDomains(java.lang.String... domains)
'www.example.com, example.com'
Returns a reference to this object so that method calls can be chained together.
domains - The app's virtual host settings, with multiple domains separated by
commas. For example: 'www.example.com, example.com'public UpdateAppRequest withDomains(java.util.Collection<java.lang.String> domains)
'www.example.com, example.com'
Returns a reference to this object so that method calls can be chained together.
domains - The app's virtual host settings, with multiple domains separated by
commas. For example: 'www.example.com, example.com'public java.lang.Boolean isEnableSsl()
public void setEnableSsl(java.lang.Boolean enableSsl)
enableSsl - Whether SSL is enabled for the app.public UpdateAppRequest withEnableSsl(java.lang.Boolean enableSsl)
Returns a reference to this object so that method calls can be chained together.
enableSsl - Whether SSL is enabled for the app.public java.lang.Boolean getEnableSsl()
public SslConfiguration getSslConfiguration()
SslConfiguration object with the SSL configuration.SslConfiguration object with the SSL configuration.public void setSslConfiguration(SslConfiguration sslConfiguration)
SslConfiguration object with the SSL configuration.sslConfiguration - An SslConfiguration object with the SSL configuration.public UpdateAppRequest withSslConfiguration(SslConfiguration sslConfiguration)
SslConfiguration object with the SSL configuration.
Returns a reference to this object so that method calls can be chained together.
sslConfiguration - An SslConfiguration object with the SSL configuration.public java.util.Map<java.lang.String,java.lang.String> getAttributes()
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
attributes - One or more user-defined key/value pairs to be added to the stack
attributes bag.public UpdateAppRequest withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Returns a reference to this object so that method calls can be chained together.
attributes - One or more user-defined key/value pairs to be added to the stack
attributes bag.public UpdateAppRequest addAttributesEntry(java.lang.String key, java.lang.String value)
The method adds a new key-value pair into Attributes parameter, and returns a reference to this object so that method calls can be chained together.
key - The key of the entry to be added into Attributes.value - The corresponding value of the entry to be added into Attributes.public UpdateAppRequest clearAttributesEntries()
Returns a reference to this object so that method calls can be chained together.
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object