AWSSDK_DotNet35.UnitTests.Marshalling.IdentityManagementServiceMarshallingTests.AttachRolePolicyMarshallTest C# (CSharp) Метод

AttachRolePolicyMarshallTest() приватный Метод

private AttachRolePolicyMarshallTest ( ) : void
Результат void
        public void AttachRolePolicyMarshallTest()
        {
            var operation = service_model.FindOperation("AttachRolePolicy");

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


        }
IdentityManagementServiceMarshallingTests