public static DescribeSQLCollectorPolicyResponse Unmarshall(UnmarshallerContext context)
        {
            DescribeSQLCollectorPolicyResponse describeSQLCollectorPolicyResponse = new DescribeSQLCollectorPolicyResponse();

            describeSQLCollectorPolicyResponse.HttpResponse       = context.HttpResponse;
            describeSQLCollectorPolicyResponse.RequestId          = context.StringValue("DescribeSQLCollectorPolicy.RequestId");
            describeSQLCollectorPolicyResponse.SQLCollectorStatus = context.StringValue("DescribeSQLCollectorPolicy.SQLCollectorStatus");

            return(describeSQLCollectorPolicyResponse);
        }
Beispiel #2
0
        public static DescribeSQLCollectorPolicyResponse Unmarshall(UnmarshallerContext _ctx)
        {
            DescribeSQLCollectorPolicyResponse describeSQLCollectorPolicyResponse = new DescribeSQLCollectorPolicyResponse();

            describeSQLCollectorPolicyResponse.HttpResponse       = _ctx.HttpResponse;
            describeSQLCollectorPolicyResponse.RequestId          = _ctx.StringValue("DescribeSQLCollectorPolicy.RequestId");
            describeSQLCollectorPolicyResponse.SQLCollectorStatus = _ctx.StringValue("DescribeSQLCollectorPolicy.SQLCollectorStatus");
            describeSQLCollectorPolicyResponse.StoragePeriod      = _ctx.IntegerValue("DescribeSQLCollectorPolicy.StoragePeriod");

            return(describeSQLCollectorPolicyResponse);
        }