@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 get. 
 | 
String | 
getAuthor()
 The name of the author publishing the app. 
 | 
String | 
getDescription()
 The description of the application. 
 | 
String | 
getHomePageUrl()
 A URL with more information about the application, for example the location of your GitHub repository for the
 application. 
 | 
List<String> | 
getLabels()
 Labels to improve discovery of apps in search results. 
 | 
String | 
getReadmeBody()
 A raw text Readme file that contains a more detailed description of the application and how it works in markdown
 language. 
 | 
String | 
getReadmeUrl()
 A link to the Readme file that contains a more detailed description of the application and how it works in
 markdown language. 
 | 
int | 
hashCode()  | 
void | 
setApplicationId(String applicationId)
 The ID of the application to get. 
 | 
void | 
setAuthor(String author)
 The name of the author publishing the app. 
 | 
void | 
setDescription(String description)
 The description of the application. 
 | 
void | 
setHomePageUrl(String homePageUrl)
 A URL with more information about the application, for example the location of your GitHub repository for the
 application. 
 | 
void | 
setLabels(Collection<String> labels)
 Labels to improve discovery of apps in search results. 
 | 
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. 
 | 
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. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
UpdateApplicationRequest | 
withApplicationId(String applicationId)
 The ID of the application to get. 
 | 
UpdateApplicationRequest | 
withAuthor(String author)
 The name of the author publishing the app. 
 | 
UpdateApplicationRequest | 
withDescription(String description)
 The description of the application. 
 | 
UpdateApplicationRequest | 
withHomePageUrl(String homePageUrl)
 A URL with more information about the application, for example the location of your GitHub repository for the
 application. 
 | 
UpdateApplicationRequest | 
withLabels(Collection<String> labels)
 Labels to improve discovery of apps in search results. 
 | 
UpdateApplicationRequest | 
withLabels(String... labels)
 Labels to improve discovery of apps in search results. 
 | 
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. 
 | 
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. 
 | 
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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
The ID of the application to get.
applicationId - The ID of the application to get.public String getApplicationId()
The ID of the application to get.
public UpdateApplicationRequest withApplicationId(String applicationId)
The ID of the application to get.
applicationId - The ID of the application to get.public void setAuthor(String author)
The name of the author publishing the app.
Min Length=1. Max Length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
author - The name of the author publishing the app.
        Min Length=1. Max Length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public String getAuthor()
The name of the author publishing the app.
Min Length=1. Max Length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
Min Length=1. Max Length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public UpdateApplicationRequest withAuthor(String author)
The name of the author publishing the app.
Min Length=1. Max Length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
author - The name of the author publishing the app.
        Min Length=1. Max Length=127.
Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";
public void setDescription(String description)
The description of the application.
Min Length=1. Max Length=256
description - The description of the application.
        Min Length=1. Max Length=256
public String getDescription()
The description of the application.
Min Length=1. Max Length=256
Min Length=1. Max Length=256
public UpdateApplicationRequest withDescription(String description)
The description of the application.
Min Length=1. Max Length=256
description - The description of the application.
        Min Length=1. Max Length=256
public void setHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the application.
homePageUrl - A URL with more information about the application, for example the location of your GitHub repository for
        the application.public String getHomePageUrl()
A URL with more information about the application, for example the location of your GitHub repository for the application.
public UpdateApplicationRequest withHomePageUrl(String homePageUrl)
A URL with more information about the application, for example the location of your GitHub repository for the application.
homePageUrl - A URL with more information about the application, for example the location of your GitHub repository for
        the application.public List<String> getLabels()
Labels to improve discovery of apps in search results.
Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public void setLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
labels - Labels to improve discovery of apps in search results.
        Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public UpdateApplicationRequest withLabels(String... labels)
Labels to improve discovery of apps in search results.
Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
 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.
        Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public UpdateApplicationRequest withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.
Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
labels - Labels to improve discovery of apps in search results.
        Min Length=1. Max Length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
public 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.
Max size 5 MB
readmeBody - A raw text Readme file that contains a more detailed description of the application and how it works in
        markdown language.
        Max size 5 MB
public String getReadmeBody()
A raw text Readme file that contains a more detailed description of the application and how it works in markdown language.
Max size 5 MB
Max size 5 MB
public 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.
Max size 5 MB
readmeBody - A raw text Readme file that contains a more detailed description of the application and how it works in
        markdown language.
        Max size 5 MB
public 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.
Max size 5 MB
readmeUrl - A link to the Readme file that contains a more detailed description of the application and how it works in
        markdown language.
        Max size 5 MB
public String getReadmeUrl()
A link to the Readme file that contains a more detailed description of the application and how it works in markdown language.
Max size 5 MB
Max size 5 MB
public 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.
Max size 5 MB
readmeUrl - A link to the Readme file that contains a more detailed description of the application and how it works in
        markdown language.
        Max size 5 MB
public String toString()
toString in class ObjectObject.toString()public UpdateApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.