|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DeleteTriggerRequest
public class DeleteTriggerRequest
| Constructor Summary | |
|---|---|
DeleteTriggerRequest()
|
|
| Method Summary | |
|---|---|
String |
getAutoScalingGroupName()
The name of the AutoScalingGroup associated with the trigger. |
String |
getTriggerName()
The name of the trigger to be deleted. |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup associated with the trigger. |
void |
setTriggerName(String triggerName)
The name of the trigger to be deleted. |
String |
toString()
|
DeleteTriggerRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the AutoScalingGroup associated with the trigger. |
DeleteTriggerRequest |
withTriggerName(String triggerName)
The name of the trigger to be deleted. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteTriggerRequest()
| Method Detail |
|---|
public String getAutoScalingGroupName()
Constraints:
Length: 1 - 100
Pattern: [ -??-??-?\r\n\t]*
public void setAutoScalingGroupName(String autoScalingGroupName)
Constraints:
Length: 1 - 100
Pattern: [ -??-??-?\r\n\t]*
autoScalingGroupName - The name of the AutoScalingGroup associated with the trigger.
The AutoScalingGroup must exist within the scope of the caller's AWS
account.public DeleteTriggerRequest withAutoScalingGroupName(String autoScalingGroupName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: [ -??-??-?\r\n\t]*
autoScalingGroupName - The name of the AutoScalingGroup associated with the trigger.
The AutoScalingGroup must exist within the scope of the caller's AWS
account.
public String getTriggerName()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setTriggerName(String triggerName)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
triggerName - The name of the trigger to be deleted. The trigger must exist within
the scope of the caller's AWS account. public DeleteTriggerRequest withTriggerName(String triggerName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
triggerName - The name of the trigger to be deleted. The trigger must exist within
the scope of the caller's AWS account. public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||