public class ActionTypeSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returns information about the settings for an action type.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
entityUrlTemplate
The URL returned to the AWS CodePipeline console that provides a deep
link to the resources of the external system, such as the configuration
page for an AWS CodeDeploy deployment group.
|
private java.lang.String |
executionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to
the top-level landing page for the external system, such as console page
for AWS CodeDeploy.
|
private java.lang.String |
revisionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to
the page where customers can update or change the configuration of the
external action.
|
private java.lang.String |
thirdPartyConfigurationUrl
The URL of a sign-up page where users can sign up for an external service
and perform initial configuration of the action provided by that service.
|
Constructor and Description |
---|
ActionTypeSettings() |
Modifier and Type | Method and Description |
---|---|
ActionTypeSettings |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEntityUrlTemplate()
The URL returned to the AWS CodePipeline console that provides a deep
link to the resources of the external system, such as the configuration
page for an AWS CodeDeploy deployment group.
|
java.lang.String |
getExecutionUrlTemplate()
The URL returned to the AWS CodePipeline console that contains a link to
the top-level landing page for the external system, such as console page
for AWS CodeDeploy.
|
java.lang.String |
getRevisionUrlTemplate()
The URL returned to the AWS CodePipeline console that contains a link to
the page where customers can update or change the configuration of the
external action.
|
java.lang.String |
getThirdPartyConfigurationUrl()
The URL of a sign-up page where users can sign up for an external service
and perform initial configuration of the action provided by that service.
|
int |
hashCode() |
void |
setEntityUrlTemplate(java.lang.String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep
link to the resources of the external system, such as the configuration
page for an AWS CodeDeploy deployment group.
|
void |
setExecutionUrlTemplate(java.lang.String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to
the top-level landing page for the external system, such as console page
for AWS CodeDeploy.
|
void |
setRevisionUrlTemplate(java.lang.String revisionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to
the page where customers can update or change the configuration of the
external action.
|
void |
setThirdPartyConfigurationUrl(java.lang.String thirdPartyConfigurationUrl)
The URL of a sign-up page where users can sign up for an external service
and perform initial configuration of the action provided by that service.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActionTypeSettings |
withEntityUrlTemplate(java.lang.String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep
link to the resources of the external system, such as the configuration
page for an AWS CodeDeploy deployment group.
|
ActionTypeSettings |
withExecutionUrlTemplate(java.lang.String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to
the top-level landing page for the external system, such as console page
for AWS CodeDeploy.
|
ActionTypeSettings |
withRevisionUrlTemplate(java.lang.String revisionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to
the page where customers can update or change the configuration of the
external action.
|
ActionTypeSettings |
withThirdPartyConfigurationUrl(java.lang.String thirdPartyConfigurationUrl)
The URL of a sign-up page where users can sign up for an external service
and perform initial configuration of the action provided by that service.
|
private java.lang.String thirdPartyConfigurationUrl
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
private java.lang.String entityUrlTemplate
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
private java.lang.String executionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
private java.lang.String revisionUrlTemplate
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
public void setThirdPartyConfigurationUrl(java.lang.String thirdPartyConfigurationUrl)
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
thirdPartyConfigurationUrl
- The URL of a sign-up page where users can sign up for an external
service and perform initial configuration of the action provided
by that service.public java.lang.String getThirdPartyConfigurationUrl()
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
public ActionTypeSettings withThirdPartyConfigurationUrl(java.lang.String thirdPartyConfigurationUrl)
The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.
thirdPartyConfigurationUrl
- The URL of a sign-up page where users can sign up for an external
service and perform initial configuration of the action provided
by that service.public void setEntityUrlTemplate(java.lang.String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
entityUrlTemplate
- The URL returned to the AWS CodePipeline console that provides a
deep link to the resources of the external system, such as the
configuration page for an AWS CodeDeploy deployment group. This
link is provided as part of the action display within the
pipeline.public java.lang.String getEntityUrlTemplate()
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
public ActionTypeSettings withEntityUrlTemplate(java.lang.String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display within the pipeline.
entityUrlTemplate
- The URL returned to the AWS CodePipeline console that provides a
deep link to the resources of the external system, such as the
configuration page for an AWS CodeDeploy deployment group. This
link is provided as part of the action display within the
pipeline.public void setExecutionUrlTemplate(java.lang.String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
executionUrlTemplate
- The URL returned to the AWS CodePipeline console that contains a
link to the top-level landing page for the external system, such
as console page for AWS CodeDeploy. This link is shown on the
pipeline view page in the AWS CodePipeline console and provides a
link to the execution entity of the external action.public java.lang.String getExecutionUrlTemplate()
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
public ActionTypeSettings withExecutionUrlTemplate(java.lang.String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.
executionUrlTemplate
- The URL returned to the AWS CodePipeline console that contains a
link to the top-level landing page for the external system, such
as console page for AWS CodeDeploy. This link is shown on the
pipeline view page in the AWS CodePipeline console and provides a
link to the execution entity of the external action.public void setRevisionUrlTemplate(java.lang.String revisionUrlTemplate)
The URL returned to the AWS 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 AWS CodePipeline console that contains a
link to the page where customers can update or change the
configuration of the external action.public java.lang.String getRevisionUrlTemplate()
The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
public ActionTypeSettings withRevisionUrlTemplate(java.lang.String revisionUrlTemplate)
The URL returned to the AWS 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 AWS CodePipeline console that contains a
link to the page where customers can update or change the
configuration of the external action.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ActionTypeSettings clone()
clone
in class java.lang.Object