@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionTypeSettings extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about the settings for an action type.
Constructor and Description |
---|
ActionTypeSettings() |
Modifier and Type | Method and Description |
---|---|
ActionTypeSettings |
clone() |
boolean |
equals(Object obj) |
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.
|
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.
|
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.
|
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEntityUrlTemplate(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(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(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(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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActionTypeSettings |
withEntityUrlTemplate(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(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(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(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.
|
public void setThirdPartyConfigurationUrl(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 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(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(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 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(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(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 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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public ActionTypeSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.