AWSSDK_DotNet35.UnitTests.Marshalling.EC2MarshallingTests.ResetSnapshotAttributeMarshallTest C# (CSharp) Méthode

ResetSnapshotAttributeMarshallTest() private méthode

private ResetSnapshotAttributeMarshallTest ( ) : void
Résultat void
        public void ResetSnapshotAttributeMarshallTest()
        {
            var operation = service_model.FindOperation("ResetSnapshotAttribute");

            var request = InstantiateClassGenerator.Execute<ResetSnapshotAttributeRequest>();
            var marshaller = new ResetSnapshotAttributeRequestMarshaller();
            var internalRequest = marshaller.Marshall(request);
            var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
            validator.Validate();


        }
EC2MarshallingTests