Amazon.IdentityManagement.Model.Internal.MarshallTransformations.ListVirtualMFADevicesResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : ListVirtualMFADevicesResponseUnmarshaller
리턴 ListVirtualMFADevicesResponseUnmarshaller
        public static ListVirtualMFADevicesResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ListVirtualMFADevicesResponseUnmarshaller();
            }
            return instance;
        }