@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The id of the application to update
|
String |
getAuthor()
The name of the author publishing the app.\nMin Length=1.
|
String |
getDescription()
The description of the application.\nMin Length=1.
|
List<String> |
getLabels()
Labels to improve discovery of apps in search results.\nMin Length=1.
|
String |
getReadmeBody()
A raw text Readme file that contains a more detailed description of the application and how it works in markdown
language.\nMax size 5 MB
|
String |
getReadmeUrl()
A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MB
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The id of the application to update
|
void |
setAuthor(String author)
The name of the author publishing the app.\nMin Length=1.
|
void |
setDescription(String description)
The description of the application.\nMin Length=1.
|
void |
setLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
void |
setReadmeBody(String readmeBody)
A raw text Readme file that contains a more detailed description of the application and how it works in markdown
language.\nMax size 5 MB
|
void |
setReadmeUrl(String readmeUrl)
A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MB
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateApplicationRequest |
withApplicationId(String applicationId)
The id of the application to update
|
UpdateApplicationRequest |
withAuthor(String author)
The name of the author publishing the app.\nMin Length=1.
|
UpdateApplicationRequest |
withDescription(String description)
The description of the application.\nMin Length=1.
|
UpdateApplicationRequest |
withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
UpdateApplicationRequest |
withLabels(String... labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
UpdateApplicationRequest |
withReadmeBody(String readmeBody)
A raw text Readme file that contains a more detailed description of the application and how it works in markdown
language.\nMax size 5 MB
|
UpdateApplicationRequest |
withReadmeUrl(String readmeUrl)
A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MB
|
addHandlerContext, 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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
applicationId
- The id of the application to updatepublic String getApplicationId()
public UpdateApplicationRequest withApplicationId(String applicationId)
applicationId
- The id of the application to updatepublic void setAuthor(String author)
author
- The name of the author publishing the app.\nMin Length=1. Max Length=127.\nPattern
"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";public String getAuthor()
public UpdateApplicationRequest withAuthor(String author)
author
- The name of the author publishing the app.\nMin Length=1. Max Length=127.\nPattern
"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";public void setDescription(String description)
description
- The description of the application.\nMin Length=1. Max Length=256public String getDescription()
public UpdateApplicationRequest withDescription(String description)
description
- The description of the application.\nMin Length=1. Max Length=256public List<String> getLabels()
public void setLabels(Collection<String> labels)
labels
- Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public UpdateApplicationRequest withLabels(String... labels)
NOTE: This method appends the values to the existing list (if any). Use
setLabels(java.util.Collection)
or withLabels(java.util.Collection)
if you want to override the
existing values.
labels
- Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public UpdateApplicationRequest withLabels(Collection<String> labels)
labels
- Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public void setReadmeBody(String readmeBody)
readmeBody
- A raw text Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MBpublic String getReadmeBody()
public UpdateApplicationRequest withReadmeBody(String readmeBody)
readmeBody
- A raw text Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MBpublic void setReadmeUrl(String readmeUrl)
readmeUrl
- A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MBpublic String getReadmeUrl()
public UpdateApplicationRequest withReadmeUrl(String readmeUrl)
readmeUrl
- A link to the Readme file that contains a more detailed description of the application and how it works in
markdown language.\nMax size 5 MBpublic String toString()
toString
in class Object
Object.toString()
public UpdateApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.