@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTypeUrls extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about URLs for web pages that display to customers as links on the pipeline view, such as an external configuration page for the action type.
Constructor and Description |
---|
ActionTypeUrls() |
Modifier and Type | Method and Description |
---|---|
ActionTypeUrls |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationUrl()
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the
external action.
|
String |
getEntityUrlTemplate()
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system,
such as a status page.
|
String |
getExecutionUrlTemplate()
The link to an execution page for the action type in progress.
|
String |
getRevisionUrlTemplate()
The URL returned to the CodePipeline console that contains a link to the page where customers can update or
change the configuration of the external action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigurationUrl(String configurationUrl)
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the
external action.
|
void |
setEntityUrlTemplate(String entityUrlTemplate)
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system,
such as a status page.
|
void |
setExecutionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress.
|
void |
setRevisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the CodePipeline console that contains a link to the page where customers can update or
change the configuration of the external action.
|
String |
toString()
Returns a string representation of this object.
|
ActionTypeUrls |
withConfigurationUrl(String configurationUrl)
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the
external action.
|
ActionTypeUrls |
withEntityUrlTemplate(String entityUrlTemplate)
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system,
such as a status page.
|
ActionTypeUrls |
withExecutionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress.
|
ActionTypeUrls |
withRevisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the CodePipeline console that contains a link to the page where customers can update or
change the configuration of the external action.
|
public void setConfigurationUrl(String configurationUrl)
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
configurationUrl
- The URL returned to the CodePipeline console that contains a link to the page where customers can
configure the external action.public String getConfigurationUrl()
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
public ActionTypeUrls withConfigurationUrl(String configurationUrl)
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
configurationUrl
- The URL returned to the CodePipeline console that contains a link to the page where customers can
configure the external action.public void setEntityUrlTemplate(String entityUrlTemplate)
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
entityUrlTemplate
- The URL returned to the CodePipeline console that provides a deep link to the resources of the external
system, such as a status page. This link is provided as part of the action display in the pipeline.public String getEntityUrlTemplate()
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
public ActionTypeUrls withEntityUrlTemplate(String entityUrlTemplate)
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
entityUrlTemplate
- The URL returned to the CodePipeline console that provides a deep link to the resources of the external
system, such as a status page. This link is provided as part of the action display in the pipeline.public void setExecutionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
executionUrlTemplate
- The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this
link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status
page.public String getExecutionUrlTemplate()
The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
public ActionTypeUrls withExecutionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
executionUrlTemplate
- The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this
link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status
page.public void setRevisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
revisionUrlTemplate
- The URL returned to the CodePipeline console that contains a link to the page where customers can update
or change the configuration of the external action.public String getRevisionUrlTemplate()
The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
public ActionTypeUrls withRevisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
revisionUrlTemplate
- The URL returned to the CodePipeline console that contains a link to the page where customers can update
or change the configuration of the external action.public String toString()
toString
in class Object
Object.toString()
public ActionTypeUrls clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.