@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPluginResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPluginResult() |
Modifier and Type | Method and Description |
---|---|
GetPluginResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application which contains the plugin.
|
PluginAuthConfiguration |
getAuthConfiguration() |
String |
getBuildStatus()
The current status of a plugin.
|
Date |
getCreatedAt()
The timestamp for when the plugin was created.
|
CustomPluginConfiguration |
getCustomPluginConfiguration()
Configuration information required to create a custom plugin.
|
String |
getDisplayName()
The name of the plugin.
|
String |
getPluginArn()
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
|
String |
getPluginId()
The identifier of the plugin.
|
String |
getServerUrl()
The source URL used for plugin configuration.
|
String |
getState()
The current state of the plugin.
|
String |
getType()
The type of the plugin.
|
Date |
getUpdatedAt()
The timestamp for when the plugin was last updated.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application which contains the plugin.
|
void |
setAuthConfiguration(PluginAuthConfiguration authConfiguration) |
void |
setBuildStatus(String buildStatus)
The current status of a plugin.
|
void |
setCreatedAt(Date createdAt)
The timestamp for when the plugin was created.
|
void |
setCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
Configuration information required to create a custom plugin.
|
void |
setDisplayName(String displayName)
The name of the plugin.
|
void |
setPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create 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 current state of the plugin.
|
void |
setType(String type)
The type of the plugin.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp for when the plugin was last updated.
|
String |
toString()
Returns a string representation of this object.
|
GetPluginResult |
withApplicationId(String applicationId)
The identifier of the application which contains the plugin.
|
GetPluginResult |
withAuthConfiguration(PluginAuthConfiguration authConfiguration) |
GetPluginResult |
withBuildStatus(PluginBuildStatus buildStatus)
The current status of a plugin.
|
GetPluginResult |
withBuildStatus(String buildStatus)
The current status of a plugin.
|
GetPluginResult |
withCreatedAt(Date createdAt)
The timestamp for when the plugin was created.
|
GetPluginResult |
withCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
Configuration information required to create a custom plugin.
|
GetPluginResult |
withDisplayName(String displayName)
The name of the plugin.
|
GetPluginResult |
withPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
|
GetPluginResult |
withPluginId(String pluginId)
The identifier of the plugin.
|
GetPluginResult |
withServerUrl(String serverUrl)
The source URL used for plugin configuration.
|
GetPluginResult |
withState(PluginState state)
The current state of the plugin.
|
GetPluginResult |
withState(String state)
The current state of the plugin.
|
GetPluginResult |
withType(PluginType type)
The type of the plugin.
|
GetPluginResult |
withType(String type)
The type of the plugin.
|
GetPluginResult |
withUpdatedAt(Date updatedAt)
The timestamp for when the plugin was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationId(String applicationId)
The identifier of the application which contains the plugin.
applicationId
- The identifier of the application which contains the plugin.public String getApplicationId()
The identifier of the application which contains the plugin.
public GetPluginResult withApplicationId(String applicationId)
The identifier of the application which contains the plugin.
applicationId
- The identifier of the application which contains 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 GetPluginResult withPluginId(String pluginId)
The identifier of the plugin.
pluginId
- The identifier of the plugin.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 GetPluginResult withDisplayName(String displayName)
The name of the plugin.
displayName
- The name of the plugin.public void setType(String type)
The type of the plugin.
type
- The type of the plugin.PluginType
public String getType()
The type of the plugin.
PluginType
public GetPluginResult withType(String type)
The type of the plugin.
type
- The type of the plugin.PluginType
public GetPluginResult withType(PluginType type)
The type of the plugin.
type
- The type of the plugin.PluginType
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 GetPluginResult withServerUrl(String serverUrl)
The source URL used for plugin configuration.
serverUrl
- The source URL used for plugin configuration.public void setAuthConfiguration(PluginAuthConfiguration authConfiguration)
authConfiguration
- public PluginAuthConfiguration getAuthConfiguration()
public GetPluginResult withAuthConfiguration(PluginAuthConfiguration authConfiguration)
authConfiguration
- public void setCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
Configuration information required to create a custom plugin.
customPluginConfiguration
- Configuration information required to create a custom plugin.public CustomPluginConfiguration getCustomPluginConfiguration()
Configuration information required to create a custom plugin.
public GetPluginResult withCustomPluginConfiguration(CustomPluginConfiguration customPluginConfiguration)
Configuration information required to create a custom plugin.
customPluginConfiguration
- Configuration information required to create a custom plugin.public void setBuildStatus(String buildStatus)
The current status of a plugin. A plugin is modified asynchronously.
buildStatus
- The current status of a plugin. A plugin is modified asynchronously.PluginBuildStatus
public String getBuildStatus()
The current status of a plugin. A plugin is modified asynchronously.
PluginBuildStatus
public GetPluginResult withBuildStatus(String buildStatus)
The current status of a plugin. A plugin is modified asynchronously.
buildStatus
- The current status of a plugin. A plugin is modified asynchronously.PluginBuildStatus
public GetPluginResult withBuildStatus(PluginBuildStatus buildStatus)
The current status of a plugin. A plugin is modified asynchronously.
buildStatus
- The current status of a plugin. A plugin is modified asynchronously.PluginBuildStatus
public void setPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
pluginArn
- The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the
plugin.public String getPluginArn()
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
public GetPluginResult withPluginArn(String pluginArn)
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
pluginArn
- The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the
plugin.public void setState(String state)
The current state of the plugin.
state
- The current state of the plugin.PluginState
public String getState()
The current state of the plugin.
PluginState
public GetPluginResult withState(String state)
The current state of the plugin.
state
- The current state of the plugin.PluginState
public GetPluginResult withState(PluginState state)
The current state of the plugin.
state
- The current state of the plugin.PluginState
public void setCreatedAt(Date createdAt)
The timestamp for when the plugin was created.
createdAt
- The timestamp for when the plugin was created.public Date getCreatedAt()
The timestamp for when the plugin was created.
public GetPluginResult withCreatedAt(Date createdAt)
The timestamp for when the plugin was created.
createdAt
- The timestamp for when the plugin was created.public void setUpdatedAt(Date updatedAt)
The timestamp for when the plugin was last updated.
updatedAt
- The timestamp for when the plugin was last updated.public Date getUpdatedAt()
The timestamp for when the plugin was last updated.
public GetPluginResult withUpdatedAt(Date updatedAt)
The timestamp for when the plugin was last updated.
updatedAt
- The timestamp for when the plugin was last updated.public String toString()
toString
in class Object
Object.toString()
public GetPluginResult clone()