public void DescribeDBClusterSnapshotAttributesMarshallTest()
{
var operation = service_model.FindOperation("DescribeDBClusterSnapshotAttributes");
var request = InstantiateClassGenerator.Execute<DescribeDBClusterSnapshotAttributesRequest>();
var marshaller = new DescribeDBClusterSnapshotAttributesRequestMarshaller();
var internalRequest = marshaller.Marshall(request);
var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
validator.Validate();
var payloadResponse = new XmlSampleGenerator(service_model, operation).Execute();
var context = new XmlUnmarshallerContext(Utils.CreateStreamFromString(payloadResponse), false, null);
var response = DescribeDBClusterSnapshotAttributesResponseUnmarshaller.Instance.Unmarshall(context)
as DescribeDBClusterSnapshotAttributesResponse;
InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
}