@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePluginRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePluginRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePluginRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application the plugin is attached to.
|
PluginAuthConfiguration |
getAuthConfiguration()
The authentication configuration the plugin is using.
|
String |
getDisplayName()
The name of the plugin.
|
String |
getPluginId()
The identifier of the plugin.
|
String |
getServerUrl()
The source URL used for plugin configuration.
|
String |
getState()
The status of the plugin.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application the plugin is attached to.
|
void |
setAuthConfiguration(PluginAuthConfiguration authConfiguration)
The authentication configuration the plugin is using.
|
void |
setDisplayName(String displayName)
The name of the plugin.
|
void |
setPluginId(String pluginId)
The identifier of the plugin.
|
void |
setServerUrl(String serverUrl)
The source URL used for plugin configuration.
|
void |
setState(String state)
The status of the plugin.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePluginRequest |
withApplicationId(String applicationId)
The identifier of the application the plugin is attached to.
|
UpdatePluginRequest |
withAuthConfiguration(PluginAuthConfiguration authConfiguration)
The authentication configuration the plugin is using.
|
UpdatePluginRequest |
withDisplayName(String displayName)
The name of the plugin.
|
UpdatePluginRequest |
withPluginId(String pluginId)
The identifier of the plugin.
|
UpdatePluginRequest |
withServerUrl(String serverUrl)
The source URL used for plugin configuration.
|
UpdatePluginRequest |
withState(PluginState state)
The status of the plugin.
|
UpdatePluginRequest |
withState(String state)
The status of the plugin.
|
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)
The identifier of the application the plugin is attached to.
applicationId
- The identifier of the application the plugin is attached to.public String getApplicationId()
The identifier of the application the plugin is attached to.
public UpdatePluginRequest withApplicationId(String applicationId)
The identifier of the application the plugin is attached to.
applicationId
- The identifier of the application the plugin is attached to.public void setAuthConfiguration(PluginAuthConfiguration authConfiguration)
The authentication configuration the plugin is using.
authConfiguration
- The authentication configuration the plugin is using.public PluginAuthConfiguration getAuthConfiguration()
The authentication configuration the plugin is using.
public UpdatePluginRequest withAuthConfiguration(PluginAuthConfiguration authConfiguration)
The authentication configuration the plugin is using.
authConfiguration
- The authentication configuration the plugin is using.public void setDisplayName(String displayName)
The name of the plugin.
displayName
- The name of the plugin.public String getDisplayName()
The name of the plugin.
public UpdatePluginRequest withDisplayName(String displayName)
The name of the plugin.
displayName
- The name of the plugin.public void setPluginId(String pluginId)
The identifier of the plugin.
pluginId
- The identifier of the plugin.public String getPluginId()
The identifier of the plugin.
public UpdatePluginRequest withPluginId(String pluginId)
The identifier of the plugin.
pluginId
- The identifier of the plugin.public void setServerUrl(String serverUrl)
The source URL used for plugin configuration.
serverUrl
- The source URL used for plugin configuration.public String getServerUrl()
The source URL used for plugin configuration.
public UpdatePluginRequest withServerUrl(String serverUrl)
The source URL used for plugin configuration.
serverUrl
- The source URL used for plugin configuration.public void setState(String state)
The status of the plugin.
state
- The status of the plugin.PluginState
public String getState()
The status of the plugin.
PluginState
public UpdatePluginRequest withState(String state)
The status of the plugin.
state
- The status of the plugin.PluginState
public UpdatePluginRequest withState(PluginState state)
The status of the plugin.
state
- The status of the plugin.PluginState
public String toString()
toString
in class Object
Object.toString()
public UpdatePluginRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()