Class ResponseElements
- java.lang.Object
-
- software.amazon.awssdk.eventnotifications.s3.model.ResponseElements
-
public class ResponseElements extends Object
The responseElements key value is useful if you want to trace a request by following up with AWS Support. Both x-amz-request-id and x-amz-id-2 help Amazon S3 trace an individual request. These values are the same as those that Amazon S3 returns in the response to the request that initiates the events. This is so they can be used to match the event to the request.
-
-
Constructor Summary
Constructors Constructor Description ResponseElements(String xAmzId2, String xAmzRequestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getXAmzId2()
String
getXAmzRequestId()
int
hashCode()
String
toString()
-