Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class CreateCaseResult

java.lang.Object
  extended by com.amazonaws.services.support.model.CreateCaseResult
All Implemented Interfaces:
Serializable

public class CreateCaseResult
extends Object
implements Serializable

Contains the AWSSupport caseId returned by a successful completion of the CreateCase action.

See Also:
Serialized Form

Constructor Summary
CreateCaseResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCaseId()
          String that indicates the AWS Support caseID requested or returned in the call.
 int hashCode()
           
 void setCaseId(String caseId)
          String that indicates the AWS Support caseID requested or returned in the call.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateCaseResult withCaseId(String caseId)
          String that indicates the AWS Support caseID requested or returned in the call.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateCaseResult

public CreateCaseResult()
Method Detail

getCaseId

public String getCaseId()
String that indicates the AWS Support caseID requested or returned in the call. The caseID is an alphanumeric string formatted as shown in this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47

Returns:
String that indicates the AWS Support caseID requested or returned in the call. The caseID is an alphanumeric string formatted as shown in this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47

setCaseId

public void setCaseId(String caseId)
String that indicates the AWS Support caseID requested or returned in the call. The caseID is an alphanumeric string formatted as shown in this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47

Parameters:
caseId - String that indicates the AWS Support caseID requested or returned in the call. The caseID is an alphanumeric string formatted as shown in this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47

withCaseId

public CreateCaseResult withCaseId(String caseId)
String that indicates the AWS Support caseID requested or returned in the call. The caseID is an alphanumeric string formatted as shown in this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47

Returns a reference to this object so that method calls can be chained together.

Parameters:
caseId - String that indicates the AWS Support caseID requested or returned in the call. The caseID is an alphanumeric string formatted as shown in this example CaseId: case-12345678910-2013-c4c1d2bf33c5cf47
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.